| Группа | Группаorg.opendaylight.infrautils |
|---|---|
| Идентификатор | Идентификаторcaches-test |
| Версия | Версия1.9.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| caches-test-1.9.2.pom | |
| caches-test-1.9.2.jar | 8 KB |
| caches-test-1.9.2-sources.jar | 3 KB |
| caches-test-1.9.2-javadoc.jar | 388 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>caches-test</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation 'org.opendaylight.infrautils:caches-test:1.9.2'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/caches-test/
implementation ("org.opendaylight.infrautils:caches-test:1.9.2")
'org.opendaylight.infrautils:caches-test:jar:1.9.2'
<dependency org="org.opendaylight.infrautils" name="caches-test" rev="1.9.2">
<artifact name="caches-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='caches-test', version='1.9.2')
)
libraryDependencies += "org.opendaylight.infrautils" % "caches-test" % "1.9.2"
[org.opendaylight.infrautils/caches-test "1.9.2"]