s

softsmithy-lib-persistence

A JPA utility library.
http://www.softsmithy.org
Files download
File Operation
softsmithy-lib-persistence-0.2.jar download
softsmithy-lib-persistence-0.2.pom download
softsmithy-lib-persistence-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-persistence</artifactId>
  <version>0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.softsmithy.lib:softsmithy-lib-persistence:0.2'
Gradle Kotlin
implementation("org.softsmithy.lib:softsmithy-lib-persistence:0.2")
Scala SBT
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-persistence" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.softsmithy.lib', module='softsmithy-lib-persistence', version='0.2')
)
Apache Ivy
<dependency org="org.softsmithy.lib" name="softsmithy-lib-persistence" rev="0.2" />
Leiningen
[org.softsmithy.lib/softsmithy-lib-persistence "0.2"]
Apache Buildr
'org.softsmithy.lib:softsmithy-lib-persistence:jar:0.2'