License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.roboguice |
ArtifactId | ArtifactIdroboguice-aggregator |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAggregator
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
roboguice-aggregator-4.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.roboguice/roboguice-aggregator/ -->
<dependency>
<groupId>org.roboguice</groupId>
<artifactId>roboguice-aggregator</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.roboguice/roboguice-aggregator/
implementation 'org.roboguice:roboguice-aggregator:4.0.0'
// https://jarcasting.com/artifacts/org.roboguice/roboguice-aggregator/
implementation ("org.roboguice:roboguice-aggregator:4.0.0")
'org.roboguice:roboguice-aggregator:pom:4.0.0'
<dependency org="org.roboguice" name="roboguice-aggregator" rev="4.0.0">
<artifact name="roboguice-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.roboguice', module='roboguice-aggregator', version='4.0.0')
)
libraryDependencies += "org.roboguice" % "roboguice-aggregator" % "4.0.0"
[org.roboguice/roboguice-aggregator "4.0.0"]