o

org.opennms.features.geolocation.api

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