Patched build of https://github.com/google/guice/ - see PATCHES for the exact differences.
Compatibility with Google-Guice
Sisu-Guice retains the same public API as Google-Guice and is binary compatible from a client perspective.
License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.sonatype.sisu.inject |
ArtifactId | ArtifactIdguice-persist |
Last Version | Last Version4.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSisu Guice - Extensions - Persist
Patched build of Guice: a lightweight dependency injection framework for Java 7 and above
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-persist-4.2.0.pom | |
guice-persist-4.2.0.jar | 27 KB |
guice-persist-4.2.0-tests.jar | 46 KB |
guice-persist-4.2.0-sources.jar | 25 KB |
guice-persist-4.2.0-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-persist/ -->
<dependency>
<groupId>org.sonatype.sisu.inject</groupId>
<artifactId>guice-persist</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-persist/
implementation 'org.sonatype.sisu.inject:guice-persist:4.2.0'
// https://jarcasting.com/artifacts/org.sonatype.sisu.inject/guice-persist/
implementation ("org.sonatype.sisu.inject:guice-persist:4.2.0")
'org.sonatype.sisu.inject:guice-persist:jar:4.2.0'
<dependency org="org.sonatype.sisu.inject" name="guice-persist" rev="4.2.0">
<artifact name="guice-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.sisu.inject', module='guice-persist', version='4.2.0')
)
libraryDependencies += "org.sonatype.sisu.inject" % "guice-persist" % "4.2.0"
[org.sonatype.sisu.inject/guice-persist "4.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.0.Final |
javax.servlet : servlet-api | jar | 2.5 |
org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.4 |
org.hibernate : hibernate-entitymanager | jar | 4.1.7.Final |
org.hsqldb : hsqldb-j5 | jar | 2.0.0 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.sonatype.sisu : sisu-guice | jar | 4.2.0 |
com.google.guava : guava-testlib | jar | 18.0 |
org.ow2.asm : asm | jar | 6.0 |
cglib : cglib | jar | 3.2.6 |
junit : junit | jar | 4.11 |
Patched build of https://github.com/google/guice/ - see PATCHES for the exact differences.
Sisu-Guice retains the same public API as Google-Guice and is binary compatible from a client perspective.