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.0.12.pom download
Apache Maven
<dependency>
  <groupId>com.speedment</groupId>
  <artifactId>speedment-parent</artifactId>
  <version>3.0.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.speedment:speedment-parent:3.0.12'
Gradle Kotlin
implementation("com.speedment:speedment-parent:3.0.12")
Scala SBT
libraryDependencies += "com.speedment" % "speedment-parent" % "3.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.speedment', module='speedment-parent', version='3.0.12')
)
Apache Ivy
<dependency org="com.speedment" name="speedment-parent" rev="3.0.12" />
Leiningen
[com.speedment/speedment-parent "3.0.12"]
Apache Buildr
'com.speedment:speedment-parent:jar:3.0.12'