Mature Modular Meta-framework (mmm)
mmm
This repository itself is only used as wiki for some general documentation aspects of https://m-m-m.github.io.
License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.m-m-m |
ArtifactId | ArtifactIdmmm-persistence-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmmm-persistence-api
This is the API of the persistence-layer.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mmm-persistence-api-1.0.0.pom | |
mmm-persistence-api-1.0.0.jar | 15 KB |
mmm-persistence-api-1.0.0-sources.jar | 21 KB |
mmm-persistence-api-1.0.0-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-api/ -->
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-persistence-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-api/
implementation 'net.sf.m-m-m:mmm-persistence-api:1.0.0'
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-persistence-api/
implementation ("net.sf.m-m-m:mmm-persistence-api:1.0.0")
'net.sf.m-m-m:mmm-persistence-api:jar:1.0.0'
<dependency org="net.sf.m-m-m" name="mmm-persistence-api" rev="1.0.0">
<artifact name="mmm-persistence-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-persistence-api', version='1.0.0')
)
libraryDependencies += "net.sf.m-m-m" % "mmm-persistence-api" % "1.0.0"
[net.sf.m-m-m/mmm-persistence-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
net.sf.m-m-m : mmm-util-core | jar | 5.0.0 |
This repository itself is only used as wiki for some general documentation aspects of https://m-m-m.github.io.