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