Files download
File Operation
simter-operation-dao-jpa-0.6.0.jar download
simter-operation-dao-jpa-0.6.0.pom download
simter-operation-dao-jpa-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.simter.operation</groupId>
  <artifactId>simter-operation-dao-jpa</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'tech.simter.operation:simter-operation-dao-jpa:0.6.0'
Gradle Kotlin
implementation("tech.simter.operation:simter-operation-dao-jpa:0.6.0")
Scala SBT
libraryDependencies += "tech.simter.operation" % "simter-operation-dao-jpa" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.simter.operation', module='simter-operation-dao-jpa', version='0.6.0')
)
Apache Ivy
<dependency org="tech.simter.operation" name="simter-operation-dao-jpa" rev="0.6.0" />
Leiningen
[tech.simter.operation/simter-operation-dao-jpa "0.6.0"]
Apache Buildr
'tech.simter.operation:simter-operation-dao-jpa:jar:0.6.0'