License |
License |
---|---|
GroupId | GroupIdno.difi.move-common |
ArtifactId | ArtifactIdpersistence |
Last Version | Last Version1.16.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
persistence-1.16.0.pom | |
persistence-1.16.0.jar | 5 KB |
persistence-1.16.0-sources.jar | 4 KB |
persistence-1.16.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.difi.move-common/persistence/ -->
<dependency>
<groupId>no.difi.move-common</groupId>
<artifactId>persistence</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.difi.move-common/persistence/
implementation 'no.difi.move-common:persistence:1.16.0'
// https://jarcasting.com/artifacts/no.difi.move-common/persistence/
implementation ("no.difi.move-common:persistence:1.16.0")
'no.difi.move-common:persistence:jar:1.16.0'
<dependency org="no.difi.move-common" name="persistence" rev="1.16.0">
<artifact name="persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.difi.move-common', module='persistence', version='1.16.0')
)
libraryDependencies += "no.difi.move-common" % "persistence" % "1.16.0"
[no.difi.move-common/persistence "1.16.0"]
Group / Artifact | Type | Version |
---|---|---|
no.difi.move-common : domain | jar | 1.16.0 |
javax.persistence : javax.persistence-api | jar | 2.2 |
org.hibernate : hibernate-core | jar | 5.6.8.Final |