License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.voodoodyne.postguice |
ArtifactId | ArtifactIdpostguice |
Last Version | Last Version0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostguice
Help integrate Postgres, Guice, and Hibernate
|
Filename | Size |
---|---|
postguice-0.10.pom | |
postguice-0.10.jar | 25 KB |
postguice-0.10-sources.jar | 14 KB |
postguice-0.10-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/ -->
<dependency>
<groupId>com.voodoodyne.postguice</groupId>
<artifactId>postguice</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/
implementation 'com.voodoodyne.postguice:postguice:0.10'
// https://jarcasting.com/artifacts/com.voodoodyne.postguice/postguice/
implementation ("com.voodoodyne.postguice:postguice:0.10")
'com.voodoodyne.postguice:postguice:jar:0.10'
<dependency org="com.voodoodyne.postguice" name="postguice" rev="0.10">
<artifact name="postguice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.voodoodyne.postguice', module='postguice', version='0.10')
)
libraryDependencies += "com.voodoodyne.postguice" % "postguice" % "0.10"
[com.voodoodyne.postguice/postguice "0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.2.2 |
com.google.inject.extensions : guice-persist | jar | 4.2.2 |
org.hibernate : hibernate-core | jar | 5.4.1.Final |
org.postgresql : postgresql | jar | 42.0.0 |
commons-dbcp : commons-dbcp Optional | jar | 1.4 |
com.googlecode.gentyref : gentyref | jar | 1.2.0 |
com.google.guava : guava | jar | 27.0.1-jre |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
org.mockito : mockito-core | jar | 2.8.47 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |