e

ebean-components-parent

Parent for ebean modules
https://ebean.io/
The Apache Software License, Version 2.0
Files download
File Operation
ebean-components-parent-14.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.ebean</groupId>
  <artifactId>ebean-components-parent</artifactId>
  <version>14.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ebean:ebean-components-parent:14.0.0'
Gradle Kotlin
implementation("io.ebean:ebean-components-parent:14.0.0")
Scala SBT
libraryDependencies += "io.ebean" % "ebean-components-parent" % "14.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.ebean', module='ebean-components-parent', version='14.0.0')
)
Apache Ivy
<dependency org="io.ebean" name="ebean-components-parent" rev="14.0.0" />
Leiningen
[io.ebean/ebean-components-parent "14.0.0"]
Apache Buildr
'io.ebean:ebean-components-parent:jar:14.0.0'