Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.rtyley |
ArtifactId | ArtifactIdroboguice-sherlock |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
roboguice-sherlock-1.0.pom | |
roboguice-sherlock-1.0.jar | 7 KB |
roboguice-sherlock-1.0-sources.jar | 4 KB |
roboguice-sherlock-1.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rtyley/roboguice-sherlock/ -->
<dependency>
<groupId>com.github.rtyley</groupId>
<artifactId>roboguice-sherlock</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rtyley/roboguice-sherlock/
implementation 'com.github.rtyley:roboguice-sherlock:1.0'
// https://jarcasting.com/artifacts/com.github.rtyley/roboguice-sherlock/
implementation ("com.github.rtyley:roboguice-sherlock:1.0")
'com.github.rtyley:roboguice-sherlock:jar:1.0'
<dependency org="com.github.rtyley" name="roboguice-sherlock" rev="1.0">
<artifact name="roboguice-sherlock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rtyley', module='roboguice-sherlock', version='1.0')
)
libraryDependencies += "com.github.rtyley" % "roboguice-sherlock" % "1.0"
[com.github.rtyley/roboguice-sherlock "1.0"]