<dependency>
<groupId>be.vlaanderen.informatievlaanderen.vsds</groupId>
<artifactId>ldes-fragmentisers-geospatial</artifactId>
<version>2.0.2</version>
</dependency>
implementation 'be.vlaanderen.informatievlaanderen.vsds:ldes-fragmentisers-geospatial:2.0.2'
implementation("be.vlaanderen.informatievlaanderen.vsds:ldes-fragmentisers-geospatial:2.0.2")
libraryDependencies += "be.vlaanderen.informatievlaanderen.vsds" % "ldes-fragmentisers-geospatial" % "2.0.2"
@Grapes(
@Grab(group='be.vlaanderen.informatievlaanderen.vsds', module='ldes-fragmentisers-geospatial', version='2.0.2')
)
<dependency org="be.vlaanderen.informatievlaanderen.vsds" name="ldes-fragmentisers-geospatial" rev="2.0.2" />
<parent> <groupId>be.vlaanderen.informatievlaanderen.vsds</groupId> <artifactId>ldes-fragmentisers</artifactId> <version>2.0.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- be.vlaanderen.informatievlaanderen.vsds:ldes-fragmentisers-common
|-- org.apache.jena:jena-geosparql
runtime
|-- org.apache.sis.non-free:sis-epsg:1.3
|-- org.apache.derby:derby:10.14.2.0
test