Jar examples for a:activeobjects-core
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-m26 in this page.
You can use the following script to add activeobjects-core-0.9-m26.jar to your project.
<dependency> <groupId>net.java.dev.activeobjects</groupId> <artifactId>activeobjects-core</artifactId> <version>0.9-m26</version> </dependency>
compile group: 'net.java.dev.activeobjects', name: 'activeobjects-core', version: '0.9-m26'
libraryDependencies += "net.java.dev.activeobjects" % "activeobjects-core" % "0.9-m26"
<dependency org="net.java.dev.activeobjects" name="activeobjects-core" rev="0.9-m26"/>
@Grapes(@Grab(group='net.java.dev.activeobjects', module='activeobjects-core', version='0.9-m26'))
'net.java.dev.activeobjects:activeobjects-core:jar:0.9-m26'
Click the following link to download the jar file.
activeobjects-core-0.9-m26-javadoc.jar