Download act-ebean-1.1.5.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.1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials