GroupId | GroupIdorg.sonatype.nexus.buildsupport |
---|---|
ArtifactId | ArtifactIdnexus-buildsupport-insight |
Version | Version2.14.17-01 |
Type | Typepom |
Filename | Size |
---|---|
nexus-buildsupport-insight-2.14.17-01.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-insight/ -->
<dependency>
<groupId>org.sonatype.nexus.buildsupport</groupId>
<artifactId>nexus-buildsupport-insight</artifactId>
<version>2.14.17-01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-insight/
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:2.14.17-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-insight/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:2.14.17-01")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:pom:2.14.17-01'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-insight" rev="2.14.17-01">
<artifact name="nexus-buildsupport-insight" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-insight', version='2.14.17-01')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-insight" % "2.14.17-01"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-insight "2.14.17-01"]