s

speedment-parent

Read and modify your database using standard Java 8-streams and generated entity classes.
Apache License, Version 2.0
Speedment, Inc.
Per Ake Minborg Emil Forslund Dan Lawesson
Files download
File Operation
speedment-parent-3.2.1.pom download
Apache Maven
<dependency>
  <groupId>com.speedment</groupId>
  <artifactId>speedment-parent</artifactId>
  <version>3.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.speedment:speedment-parent:3.2.1'
Gradle Kotlin
implementation("com.speedment:speedment-parent:3.2.1")
Scala SBT
libraryDependencies += "com.speedment" % "speedment-parent" % "3.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment', module='speedment-parent', version='3.2.1')
)
Apache Ivy
<dependency org="com.speedment" name="speedment-parent" rev="3.2.1" />
Leiningen
[com.speedment/speedment-parent "3.2.1"]
Apache Buildr
'com.speedment:speedment-parent:jar:3.2.1'