o

org.opennms.features.geolocation.api

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