| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdorg.datanucleus |
| ArtifactId | ArtifactIddatanucleus-neodatis |
| Version | Version5.0.0-release |
| Type | Typejar |
| Description |
DescriptionDataNucleus NeoDatis plugin
Plugin providing persistence to NeoDatis datastores.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-neodatis/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-neodatis</artifactId>
<version>5.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-neodatis/
implementation 'org.datanucleus:datanucleus-neodatis:5.0.0-release'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-neodatis/
implementation ("org.datanucleus:datanucleus-neodatis:5.0.0-release")
'org.datanucleus:datanucleus-neodatis:jar:5.0.0-release'
<dependency org="org.datanucleus" name="datanucleus-neodatis" rev="5.0.0-release">
<artifact name="datanucleus-neodatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-neodatis', version='5.0.0-release')
)
libraryDependencies += "org.datanucleus" % "datanucleus-neodatis" % "5.0.0-release"
[org.datanucleus/datanucleus-neodatis "5.0.0-release"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.datanucleus : datanucleus-core | jar | [5.0.0-release, ) |
| org.neodatis.odb : neodatis-odb | jar | 1.9.30.689 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |