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