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