is not current version
Last Version 1.0.4

org.wisepersist:wise-persist 1.0.3

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.3
Type

Type

jar

Download wise-persist 1.0.3


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