c

caches-impl-base

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