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