| License | License | 
|---|---|
| GroupId | GroupIdorg.actframework | 
| ArtifactId | ArtifactIdact-archetype-support | 
| Last Version | Last Version1.8.8.8 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAct archetype Support - shared resources for maven-archetype projects Parent POM.xml with commonly used pre-configured features for ActFramework projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| act-archetype-support-1.8.8.8.pom | |
| act-archetype-support-1.8.8.8.jar | 14 KB | 
| act-archetype-support-1.8.8.8-sources.jar | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.actframework/act-archetype-support/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-archetype-support</artifactId>
    <version>1.8.8.8</version>
</dependency>// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation 'org.actframework:act-archetype-support:1.8.8.8'// https://jarcasting.com/artifacts/org.actframework/act-archetype-support/
implementation ("org.actframework:act-archetype-support:1.8.8.8")'org.actframework:act-archetype-support:jar:1.8.8.8'<dependency org="org.actframework" name="act-archetype-support" rev="1.8.8.8">
  <artifact name="act-archetype-support" type="jar" />
</dependency>@Grapes(
@Grab(group='org.actframework', module='act-archetype-support', version='1.8.8.8')
)libraryDependencies += "org.actframework" % "act-archetype-support" % "1.8.8.8"[org.actframework/act-archetype-support "1.8.8.8"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.9.0 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.osgl : osgl-version | jar | 2.0.0-BETA-1 | 
| org.osgl : osgl-ut | jar | 2.0.0-BETA-1 | 
| org.actframework : act | jar | 1.8.8-RC11 |