License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.9.1b |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent
Parent POM.xml with commonly used pre-configured features for ActFramework projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.9.1b.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/parent/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>parent</artifactId>
<version>1.9.1b</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/parent/
implementation 'org.actframework:parent:1.9.1b'
// https://jarcasting.com/artifacts/org.actframework/parent/
implementation ("org.actframework:parent:1.9.1b")
'org.actframework:parent:pom:1.9.1b'
<dependency org="org.actframework" name="parent" rev="1.9.1b">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='parent', version='1.9.1b')
)
libraryDependencies += "org.actframework" % "parent" % "1.9.1b"
[org.actframework/parent "1.9.1b"]
Group / Artifact | Type | Version |
---|---|---|
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 |