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