is not current version
Last Version 2.0.1

org.datanucleus:datanucleus-rest 1.0.1

DataNucleus RESTful HTTP Servlet plugin.

Categories

Categories

Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-rest
Version

Version

1.0.1
Type

Type

jar

Download datanucleus-rest 1.0.1


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