is not current version
Last Version 4.4.2

org.xbib:guice 4.0.3

Guice for Java

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

guice
Version

Version

4.0.3
Type

Type

jar

Download guice 4.0.3


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