Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.springframework.guice |
ArtifactId | ArtifactIdspring-guice |
Version | Version1.1.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-guice-1.1.3.RELEASE.pom | |
spring-guice-1.1.3.RELEASE.jar | 44 KB |
spring-guice-1.1.3.RELEASE-sources.jar | 24 KB |
spring-guice-1.1.3.RELEASE-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.guice/spring-guice/ -->
<dependency>
<groupId>org.springframework.guice</groupId>
<artifactId>spring-guice</artifactId>
<version>1.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.guice/spring-guice/
implementation 'org.springframework.guice:spring-guice:1.1.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.guice/spring-guice/
implementation ("org.springframework.guice:spring-guice:1.1.3.RELEASE")
'org.springframework.guice:spring-guice:jar:1.1.3.RELEASE'
<dependency org="org.springframework.guice" name="spring-guice" rev="1.1.3.RELEASE">
<artifact name="spring-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.guice', module='spring-guice', version='1.1.3.RELEASE')
)
libraryDependencies += "org.springframework.guice" % "spring-guice" % "1.1.3.RELEASE"
[org.springframework.guice/spring-guice "1.1.3.RELEASE"]