MVN

org.actframework : act-archetype-support

Maven & Gradle

Jun 21, 2018
4 stars

Act archetype Support - shared resources for maven-archetype projects

<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-archetype-support</artifactId>
    <version>1.8.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.actframework : act-archetype-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.8.8

All Versions

Choose a version of org.actframework : act-archetype-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
act-archetype-support-1.8.8.8
act-archetype-support-1.8.8.7
act-archetype-support-1.8.8.6
act-archetype-support-1.8.8.5
act-archetype-support-1.8.8.4
act-archetype-support-1.8.8.3
act-archetype-support-1.8.8.2
act-archetype-support-1.8.8.1
act-archetype-support-1.8.8.0
act-archetype-support-1.8.7.1
act-archetype-support-1.8.7.0

How to add a dependency to Maven

Add the following org.actframework : act-archetype-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-archetype-support</artifactId>
    <version>1.8.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.actframework : act-archetype-support gradle dependency to your build.gradle file:

implementation 'org.actframework:act-archetype-support:1.8.8.8'

Gradle Kotlin DSL: Add the following org.actframework : act-archetype-support gradle kotlin dependency to your build.gradle.kts file:

implementation("org.actframework:act-archetype-support:1.8.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.actframework : act-archetype-support sbt scala dependency to your build.sbt file:

libraryDependencies += "org.actframework" % "act-archetype-support" % "1.8.8.8"

Advertisement