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