License |
License |
---|---|
Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-starter-eclipselink-aaa |
Version | Version1.9.1.0 |
Type | Typejar |
Description |
DescriptionActFramework Starter - EclipseLink and AAA
Starter for ActFramework application on JDK7+ use JPA/EclipseLink (for SQL database access) and AAA (for security)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.actframework/act-starter-eclipselink-aaa/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-starter-eclipselink-aaa</artifactId>
<version>1.9.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-starter-eclipselink-aaa/
implementation 'org.actframework:act-starter-eclipselink-aaa:1.9.1.0'
// https://jarcasting.com/artifacts/org.actframework/act-starter-eclipselink-aaa/
implementation ("org.actframework:act-starter-eclipselink-aaa:1.9.1.0")
'org.actframework:act-starter-eclipselink-aaa:jar:1.9.1.0'
<dependency org="org.actframework" name="act-starter-eclipselink-aaa" rev="1.9.1.0">
<artifact name="act-starter-eclipselink-aaa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-starter-eclipselink-aaa', version='1.9.1.0')
)
libraryDependencies += "org.actframework" % "act-starter-eclipselink-aaa" % "1.9.1.0"
[org.actframework/act-starter-eclipselink-aaa "1.9.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.actframework : act-eclipselink | jar | 1.7.0 |
org.actframework : act-aaa | jar | 1.10.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.9.1b |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |