o

org.opennms.features.geolocation.api

Geolocation Services
Files download
File Operation
org.opennms.features.geolocation.api-33.0.3.jar download
org.opennms.features.geolocation.api-33.0.3.pom download
org.opennms.features.geolocation.api-33.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opennms.features.geolocation</groupId>
  <artifactId>org.opennms.features.geolocation.api</artifactId>
  <version>33.0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opennms.features.geolocation:org.opennms.features.geolocation.api:33.0.3'
Gradle Kotlin
implementation("org.opennms.features.geolocation:org.opennms.features.geolocation.api:33.0.3")
Scala SBT
libraryDependencies += "org.opennms.features.geolocation" % "org.opennms.features.geolocation.api" % "33.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opennms.features.geolocation', module='org.opennms.features.geolocation.api', version='33.0.3')
)
Apache Ivy
<dependency org="org.opennms.features.geolocation" name="org.opennms.features.geolocation.api" rev="33.0.3" />
Leiningen
[org.opennms.features.geolocation/org.opennms.features.geolocation.api "33.0.3"]
Apache Buildr
'org.opennms.features.geolocation:org.opennms.features.geolocation.api:jar:33.0.3'