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