Files download
File Operation
sapl-geo-2.0.0.jar download
sapl-geo-2.0.0.pom download
sapl-geo-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.sapl</groupId>
  <artifactId>sapl-geo</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.sapl:sapl-geo:2.0.0'
Gradle Kotlin
implementation("io.sapl:sapl-geo:2.0.0")
Scala SBT
libraryDependencies += "io.sapl" % "sapl-geo" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.sapl', module='sapl-geo', version='2.0.0')
)
Apache Ivy
<dependency org="io.sapl" name="sapl-geo" rev="2.0.0" />
Leiningen
[io.sapl/sapl-geo "2.0.0"]
Apache Buildr
'io.sapl:sapl-geo:jar:2.0.0'