Categories |
CategoriesEbean Data ORM |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-starter-ebean2-all |
Version | Version1.6.0-BETA2 |
Type | Typejar |
Filename | Size |
---|---|
act-starter-ebean2-all-1.6.0-BETA2.pom | |
act-starter-ebean2-all-1.6.0-BETA2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-ebean2-all/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-ebean2-all</artifactId>
<version>1.6.0-BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-ebean2-all/
implementation 'org.actframework:act-starter-ebean2-all:1.6.0-BETA2'
// https://jarcasting.com/artifacts/org.actframework/act-starter-ebean2-all/
implementation ("org.actframework:act-starter-ebean2-all:1.6.0-BETA2")
'org.actframework:act-starter-ebean2-all:jar:1.6.0-BETA2'
<dependency org="org.actframework" name="act-starter-ebean2-all" rev="1.6.0-BETA2">
<artifact name="act-starter-ebean2-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-ebean2-all', version='1.6.0-BETA2')
)
libraryDependencies += "org.actframework" % "act-starter-ebean2-all" % "1.6.0-BETA2"
[org.actframework/act-starter-ebean2-all "1.6.0-BETA2"]