| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdse.l4.commons |
| ArtifactId | ArtifactIdcommons-guice |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-guice
Toolbelt with utilities that are useful for many projects.
|
| Filename | Size |
|---|---|
| commons-guice-1.2.2.pom | |
| commons-guice-1.2.2.jar | 4 KB |
| commons-guice-1.2.2-sources.jar | 3 KB |
| commons-guice-1.2.2-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.l4.commons/commons-guice/ -->
<dependency>
<groupId>se.l4.commons</groupId>
<artifactId>commons-guice</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/se.l4.commons/commons-guice/
implementation 'se.l4.commons:commons-guice:1.2.2'
// https://jarcasting.com/artifacts/se.l4.commons/commons-guice/
implementation ("se.l4.commons:commons-guice:1.2.2")
'se.l4.commons:commons-guice:jar:1.2.2'
<dependency org="se.l4.commons" name="commons-guice" rev="1.2.2">
<artifact name="commons-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.l4.commons', module='commons-guice', version='1.2.2')
)
libraryDependencies += "se.l4.commons" % "commons-guice" % "1.2.2"
[se.l4.commons/commons-guice "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| se.l4.commons : commons-types | jar | 1.2.2 |
| com.google.inject : guice | jar | 4.2.2 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 3.1.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.20.0 |