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