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