Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.sonatype.nexus.buildsupport |
ArtifactId | ArtifactIdnexus-buildsupport-guice |
Version | Version2.15.0-04 |
Type | Typepom |
Filename | Size |
---|---|
nexus-buildsupport-guice-2.15.0-04.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.15.0-04</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.15.0-04'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-guice/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:2.15.0-04")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:pom:2.15.0-04'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-guice" rev="2.15.0-04">
<artifact name="nexus-buildsupport-guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-guice', version='2.15.0-04')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-guice" % "2.15.0-04"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-guice "2.15.0-04"]