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