is not current version
Last Version 2.0.1

org.datanucleus:datanucleus-rest 1.0.0

DataNucleus RESTful HTTP Servlet plugin.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-rest
Version

Version

1.0.0
Type

Type

jar

Download datanucleus-rest 1.0.0


<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-rest/ -->
<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-rest</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-rest/
implementation 'org.datanucleus:datanucleus-rest:1.0.0'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-rest/
implementation ("org.datanucleus:datanucleus-rest:1.0.0")
'org.datanucleus:datanucleus-rest:jar:1.0.0'
<dependency org="org.datanucleus" name="datanucleus-rest" rev="1.0.0">
  <artifact name="datanucleus-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-rest', version='1.0.0')
)
libraryDependencies += "org.datanucleus" % "datanucleus-rest" % "1.0.0"
[org.datanucleus/datanucleus-rest "1.0.0"]