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