| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.github.ruediste.salta |
| ArtifactId | ArtifactIdsalta-guice |
| Version | Version1.1 |
| Type | Typejar |
| Description |
DescriptionSalta Guice
Dependency Injection Framework similar to guice, but faster and more flexible
|
| Filename | Size |
|---|---|
| salta-guice-1.1.pom | |
| salta-guice-1.1.jar | 148 KB |
| salta-guice-1.1-sources.jar | 92 KB |
| salta-guice-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ruediste.salta/salta-guice/
implementation 'com.github.ruediste.salta:salta-guice:1.1'
// https://jarcasting.com/artifacts/com.github.ruediste.salta/salta-guice/
implementation ("com.github.ruediste.salta:salta-guice:1.1")
'com.github.ruediste.salta:salta-guice:jar:1.1'
<dependency org="com.github.ruediste.salta" name="salta-guice" rev="1.1">
<artifact name="salta-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ruediste.salta', module='salta-guice', version='1.1')
)
libraryDependencies += "com.github.ruediste.salta" % "salta-guice" % "1.1"
[com.github.ruediste.salta/salta-guice "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.ruediste.salta : salta-core | jar | 1.1 |
| javax.inject : javax.inject | jar | 1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject-tck | jar | 1 |
| com.google.guava : guava-testlib | jar | 18.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.28.2 |