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