<dependency>
<groupId>be.vlaanderen.informatievlaanderen.vsds</groupId>
<artifactId>ldes-fragmentisers-geospatial</artifactId>
<version>3.4.0</version>
</dependency>
implementation 'be.vlaanderen.informatievlaanderen.vsds:ldes-fragmentisers-geospatial:3.4.0'
implementation("be.vlaanderen.informatievlaanderen.vsds:ldes-fragmentisers-geospatial:3.4.0")
libraryDependencies += "be.vlaanderen.informatievlaanderen.vsds" % "ldes-fragmentisers-geospatial" % "3.4.0"
@Grapes(
@Grab(group='be.vlaanderen.informatievlaanderen.vsds', module='ldes-fragmentisers-geospatial', version='3.4.0')
)
<dependency org="be.vlaanderen.informatievlaanderen.vsds" name="ldes-fragmentisers-geospatial" rev="3.4.0" />
<parent> <groupId>be.vlaanderen.informatievlaanderen.vsds</groupId> <artifactId>ldes-fragmentisers</artifactId> <version>3.4.0</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.4
|-- org.apache.sis.non-free:sis-embedded-data
test