Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-odf |
Version | Version4.0.0-m2 |
Type | Typejar |
Filename | Size |
---|---|
datanucleus-odf-4.0.0-m2.pom | |
datanucleus-odf-4.0.0-m2.jar | 69 KB |
datanucleus-odf-4.0.0-m2-sources.jar | 43 KB |
datanucleus-odf-4.0.0-m2-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-odf/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-odf</artifactId>
<version>4.0.0-m2</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-odf/
implementation 'org.datanucleus:datanucleus-odf:4.0.0-m2'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-odf/
implementation ("org.datanucleus:datanucleus-odf:4.0.0-m2")
'org.datanucleus:datanucleus-odf:jar:4.0.0-m2'
<dependency org="org.datanucleus" name="datanucleus-odf" rev="4.0.0-m2">
<artifact name="datanucleus-odf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-odf', version='4.0.0-m2')
)
libraryDependencies += "org.datanucleus" % "datanucleus-odf" % "4.0.0-m2"
[org.datanucleus/datanucleus-odf "4.0.0-m2"]