is not current version
Last Version 2.0.1

org.springframework.guice:spring-guice 1.0.0.RELEASE

Utilities for using Spring with Guice and vice versa

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.springframework.guice
ArtifactId

ArtifactId

spring-guice
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download spring-guice 1.0.0.RELEASE


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