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