Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-jpa |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
datanucleus-jpa-2.1.2.pom | |
datanucleus-jpa-2.1.2.jar | 213 KB |
datanucleus-jpa-2.1.2-sources.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-jpa</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa/
implementation 'org.datanucleus:datanucleus-jpa:2.1.2'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-jpa/
implementation ("org.datanucleus:datanucleus-jpa:2.1.2")
'org.datanucleus:datanucleus-jpa:jar:2.1.2'
<dependency org="org.datanucleus" name="datanucleus-jpa" rev="2.1.2">
<artifact name="datanucleus-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-jpa', version='2.1.2')
)
libraryDependencies += "org.datanucleus" % "datanucleus-jpa" % "2.1.2"
[org.datanucleus/datanucleus-jpa "2.1.2"]