GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIdcaches-test |
Version | Version1.9.5 |
Type | Typejar |
Filename | Size |
---|---|
caches-test-1.9.5.pom | |
caches-test-1.9.5.jar | 8 KB |
caches-test-1.9.5-sources.jar | 3 KB |
caches-test-1.9.5-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>caches-test</artifactId>
<version>1.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation 'org.opendaylight.infrautils:caches-test:1.9.5'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation ("org.opendaylight.infrautils:caches-test:1.9.5")
'org.opendaylight.infrautils:caches-test:jar:1.9.5'
<dependency org="org.opendaylight.infrautils" name="caches-test" rev="1.9.5">
<artifact name="caches-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='caches-test', version='1.9.5')
)
libraryDependencies += "org.opendaylight.infrautils" % "caches-test" % "1.9.5"
[org.opendaylight.infrautils/caches-test "1.9.5"]