Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.sonatype.nexus.buildsupport |
ArtifactId | ArtifactIdnexus-buildsupport-guice |
Version | Version2.14.9-01 |
Type | Typepom |
Filename | Size |
---|---|
nexus-buildsupport-guice-2.14.9-01.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-guice/ -->
<dependency>
<groupId>org.sonatype.nexus.buildsupport</groupId>
<artifactId>nexus-buildsupport-guice</artifactId>
<version>2.14.9-01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-guice/
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:2.14.9-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-guice/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:2.14.9-01")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:pom:2.14.9-01'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-guice" rev="2.14.9-01">
<artifact name="nexus-buildsupport-guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-guice', version='2.14.9-01')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-guice" % "2.14.9-01"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-guice "2.14.9-01"]