is not current version
Last Version 1.0.4

org.wisepersist:wise-persist 1.0.2

WisePersist is a simple JPA wrapper which provides @Transactional and @NonTransactional annotations and pre-configured Guice module.

GroupId

GroupId

org.wisepersist
ArtifactId

ArtifactId

wise-persist
Version

Version

1.0.2
Type

Type

jar

Download wise-persist 1.0.2


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