is not current version
Last Version 1.2.2

se.l4.commons:commons-guice 1.0.0


Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

se.l4.commons
ArtifactId

ArtifactId

commons-guice
Version

Version

1.0.0
Type

Type

jar

Download commons-guice 1.0.0


<!-- https://jarcasting.com/artifacts/se.l4.commons/commons-guice/ -->
<dependency>
    <groupId>se.l4.commons</groupId>
    <artifactId>commons-guice</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.l4.commons/commons-guice/
implementation 'se.l4.commons:commons-guice:1.0.0'
// https://jarcasting.com/artifacts/se.l4.commons/commons-guice/
implementation ("se.l4.commons:commons-guice:1.0.0")
'se.l4.commons:commons-guice:jar:1.0.0'
<dependency org="se.l4.commons" name="commons-guice" rev="1.0.0">
  <artifact name="commons-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.l4.commons', module='commons-guice', version='1.0.0')
)
libraryDependencies += "se.l4.commons" % "commons-guice" % "1.0.0"
[se.l4.commons/commons-guice "1.0.0"]