License |
License |
---|---|
GroupId | GroupIdorg.wisepersist |
ArtifactId | ArtifactIdwise-persist |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWisePersist
WisePersist is a simple JPA wrapper which provides @Transactional and @NonTransactional annotations and pre-configured Guice module.
|
Filename | Size |
---|---|
wise-persist-1.0.4.pom | |
wise-persist-1.0.4.jar | 7 KB |
wise-persist-1.0.4-sources.jar | 8 KB |
wise-persist-1.0.4-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wisepersist/wise-persist/ -->
<dependency>
<groupId>org.wisepersist</groupId>
<artifactId>wise-persist</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wisepersist/wise-persist/
implementation 'org.wisepersist:wise-persist:1.0.4'
// https://jarcasting.com/artifacts/org.wisepersist/wise-persist/
implementation ("org.wisepersist:wise-persist:1.0.4")
'org.wisepersist:wise-persist:jar:1.0.4'
<dependency org="org.wisepersist" name="wise-persist" rev="1.0.4">
<artifact name="wise-persist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wisepersist', module='wise-persist', version='1.0.4')
)
libraryDependencies += "org.wisepersist" % "wise-persist" % "1.0.4"
[org.wisepersist/wise-persist "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
com.google.inject : guice | jar | 3.0 |
org.eclipse.persistence : javax.persistence | jar | 2.1.0 |
org.slf4j : slf4j-api | jar | 1.7.6 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.jmockit : jmockit | jar | 1.8 |
org.eclipse.persistence : org.eclipse.persistence.jpa | jar | 2.5.2 |
com.h2database : h2 | jar | 1.4.178 |
org.testng : testng | jar | 6.8.8 |
ch.qos.logback : logback-core | jar | 1.0.13 |
org.codehaus.janino : janino | jar | 2.6.1 |