Categories |
CategoriesGUI User Interface Auto Application Layer Libs Code Generators Guice Dependency Injection |
---|---|
GroupId | GroupIdcom.googlecode.guice-autoreg |
ArtifactId | ArtifactIdguice-autoreg |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
guice-autoreg-0.2.pom | |
guice-autoreg-0.2.jar | 10 KB |
guice-autoreg-0.2-sources.jar | 9 KB |
guice-autoreg-0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/ -->
<dependency>
<groupId>com.googlecode.guice-autoreg</groupId>
<artifactId>guice-autoreg</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/
implementation 'com.googlecode.guice-autoreg:guice-autoreg:0.2'
// https://jarcasting.com/artifacts/com.googlecode.guice-autoreg/guice-autoreg/
implementation ("com.googlecode.guice-autoreg:guice-autoreg:0.2")
'com.googlecode.guice-autoreg:guice-autoreg:jar:0.2'
<dependency org="com.googlecode.guice-autoreg" name="guice-autoreg" rev="0.2">
<artifact name="guice-autoreg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.guice-autoreg', module='guice-autoreg', version='0.2')
)
libraryDependencies += "com.googlecode.guice-autoreg" % "guice-autoreg" % "0.2"
[com.googlecode.guice-autoreg/guice-autoreg "0.2"]