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