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