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