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