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