<dependency> <groupId>org.bremersee</groupId> <artifactId>geojson-spring-boot-autoconfigure</artifactId> <version>3.1.1</version> </dependency>
<dependency org="org.bremersee" name="geojson-spring-boot-autoconfigure" rev="3.1.1"> <artifact name="geojson-spring-boot-autoconfigure" type="jar" /> </dependency>
@Grapes( @Grab(group='org.bremersee', module='geojson-spring-boot-autoconfigure', version='3.1.1') )
implementation 'org.bremersee:geojson-spring-boot-autoconfigure:3.1.1'
libraryDependencies += "org.bremersee" % "geojson-spring-boot-autoconfigure" % "3.1.1"
[org.bremersee/geojson-spring-boot-autoconfigure "3.1.1"]