Download datanucleus-core-4.1.1.jar file - Jar d

Jar examples for d:datanucleus-core

Description

DataNucleus Core provides the primary components of a heterogenous Java persistence solution. It supports persistence API's being layered on top of the core functionality. Also includes the JDO API.

You can download jar file datanucleus-core 4.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datanucleus-core-4.1.1.jar to your project.

<dependency>
   <groupId>org.datanucleus</groupId>
   <artifactId>datanucleus-core</artifactId>
   <version>4.1.1</version>
</dependency>
compile group: 'org.datanucleus', name: 'datanucleus-core', version: '4.1.1'
libraryDependencies += "org.datanucleus" % "datanucleus-core" % "4.1.1"
<dependency org="org.datanucleus" name="datanucleus-core" rev="4.1.1"/>
@Grapes(@Grab(group='org.datanucleus', module='datanucleus-core', version='4.1.1'))
'org.datanucleus:datanucleus-core:jar:4.1.1'

Download

Click the following link to download the jar file.

datanucleus-core-4.1.1.jar
datanucleus-core-4.1.1-javadoc.jar
datanucleus-core-4.1.1.pom
datanucleus-core-4.1.1-sources.jar



Related Tutorials