Download act-ebean-1.2.3.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.2.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials