is not current version
Last Version 1.9.1b

org.actframework:parent 1.8.30a

Parent POM.xml with commonly used pre-configured features for ActFramework projects

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

parent
Version

Version

1.8.30a
Type

Type

pom

Download parent 1.8.30a

Filename Size
parent-1.8.30a.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.actframework/parent/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>parent</artifactId>
    <version>1.8.30a</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/parent/
implementation 'org.actframework:parent:1.8.30a'
// https://jarcasting.com/artifacts/org.actframework/parent/
implementation ("org.actframework:parent:1.8.30a")
'org.actframework:parent:pom:1.8.30a'
<dependency org="org.actframework" name="parent" rev="1.8.30a">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='parent', version='1.8.30a')
)
libraryDependencies += "org.actframework" % "parent" % "1.8.30a"
[org.actframework/parent "1.8.30a"]