License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.m-m-m |
ArtifactId | ArtifactIdmmm-persistence-impl-jpa |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionmmm-persistence-impl-jpa
This is the base implementation of the persistence-layer API using JPA.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-impl-jpa/ -->
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-persistence-impl-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-impl-jpa/
implementation 'net.sf.m-m-m:mmm-persistence-impl-jpa:1.0.0'
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-impl-jpa/
implementation ("net.sf.m-m-m:mmm-persistence-impl-jpa:1.0.0")
'net.sf.m-m-m:mmm-persistence-impl-jpa:jar:1.0.0'
<dependency org="net.sf.m-m-m" name="mmm-persistence-impl-jpa" rev="1.0.0">
<artifact name="mmm-persistence-impl-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-persistence-impl-jpa', version='1.0.0')
)
libraryDependencies += "net.sf.m-m-m" % "mmm-persistence-impl-jpa" % "1.0.0"
[net.sf.m-m-m/mmm-persistence-impl-jpa "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.m-m-m : mmm-persistence-api | jar | 1.0.0 |
org.springframework : spring-orm | jar | 4.0.5.RELEASE |