is not current version
Last Version 62

com.guicedee:guiced-injection 1.2.0.1-jre11

Guice Injection allows you to access multiple Guice Binders and Modules across separate archives. Allowing you to configure your applications with injection from multiple dependancies. Servlets, EJB's, and Stand-Alone is supported. Requires JDK 8 or 10.

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee
ArtifactId

ArtifactId

guiced-injection
Version

Version

1.2.0.1-jre11
Type

Type

jar

Download guiced-injection 1.2.0.1-jre11


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