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