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