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