Download speedment-2.3.1.jar file - Jar s

Jar examples for s:speedment

Description

Read and modify your database using standard Java 8-streams and generated entity classes.

You can download jar file speedment 2.3.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add speedment-2.3.1.jar to your project.

<dependency>
   <groupId>com.speedment</groupId>
   <artifactId>speedment</artifactId>
   <version>2.3.1</version>
</dependency>
compile group: 'com.speedment', name: 'speedment', version: '2.3.1'
libraryDependencies += "com.speedment" % "speedment" % "2.3.1"
<dependency org="com.speedment" name="speedment" rev="2.3.1"/>
@Grapes(@Grab(group='com.speedment', module='speedment', version='2.3.1'))
'com.speedment:speedment:jar:2.3.1'

Download

Click the following link to download the jar file.

speedment-2.3.1-javadoc.jar
speedment-2.3.1-sources.jar
speedment-2.3.1.jar
speedment-2.3.1.pom



Related Tutorials