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