is not current version
Last Version 62

com.guicedee:guiced-injection 1.0.14.0-RC1-jre8

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.0.14.0-RC1-jre8
Type

Type

jar

Download guiced-injection 1.0.14.0-RC1-jre8


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