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