Download activeobjects-core-0.9-m47.jar file - Jar a

Jar examples for a:activeobjects-core

Description

This is the core library for Active Objects. It is generic and can be embedded in any environment. As such it is generic and won't contain all connection pooling, etc.

You can download jar file activeobjects-core 0.9-m47 in this page.

Build File

You can use the following script to add activeobjects-core-0.9-m47.jar to your project.

<dependency>
   <groupId>net.java.dev.activeobjects</groupId>
   <artifactId>activeobjects-core</artifactId>
   <version>0.9-m47</version>
</dependency>
compile group: 'net.java.dev.activeobjects', name: 'activeobjects-core', version: '0.9-m47'
libraryDependencies += "net.java.dev.activeobjects" % "activeobjects-core" % "0.9-m47"
<dependency org="net.java.dev.activeobjects" name="activeobjects-core" rev="0.9-m47"/>
@Grapes(@Grab(group='net.java.dev.activeobjects', module='activeobjects-core', version='0.9-m47'))
'net.java.dev.activeobjects:activeobjects-core:jar:0.9-m47'

Download

Click the following link to download the jar file.

activeobjects-core-0.9-m47-javadoc.jar
activeobjects-core-0.9-m47-sources.jar
activeobjects-core-0.9-m47.jar
activeobjects-core-0.9-m47.pom



Related Tutorials