Download act-ebean-1.3.0.jar file - Jar a

Jar examples for a:act-ebean

Description

Provides SQL database access through Ebean ORM library (java 7+)

You can download jar file act-ebean 1.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add act-ebean-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

act-ebean-1.3.0-javadoc.jar
act-ebean-1.3.0-sources.jar
act-ebean-1.3.0.jar
act-ebean-1.3.0.pom



Related Tutorials