GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIdcaches-test |
Version | Version1.9.4 |
Type | Typejar |
Filename | Size |
---|---|
caches-test-1.9.4.pom | |
caches-test-1.9.4.jar | 8 KB |
caches-test-1.9.4-sources.jar | 3 KB |
caches-test-1.9.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation 'org.opendaylight.infrautils:caches-test:1.9.4'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation ("org.opendaylight.infrautils:caches-test:1.9.4")
'org.opendaylight.infrautils:caches-test:jar:1.9.4'
<dependency org="org.opendaylight.infrautils" name="caches-test" rev="1.9.4">
<artifact name="caches-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='caches-test', version='1.9.4')
)
libraryDependencies += "org.opendaylight.infrautils" % "caches-test" % "1.9.4"
[org.opendaylight.infrautils/caches-test "1.9.4"]