o

org.opennms.features.geolocation.api

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