is not current version
Last Version 5.2.0-release

org.datanucleus:datanucleus-scala 5.0.0-m1

Specific support for Scala

Categories

Categories

Scala Languages Data
GroupId

GroupId

org.datanucleus
ArtifactId

ArtifactId

datanucleus-scala
Version

Version

5.0.0-m1
Type

Type

jar

Download datanucleus-scala 5.0.0-m1


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