MVN

org.actframework : act-starter-support

Maven & Gradle

Jan 02, 2021

Act Starter Support - shared starter resources

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

Latest Version

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

  • Latest Stable: 1.9.1

All Versions

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

Version Vulnerabilities Updated
1.9.x
act-starter-support-1.9.1
act-starter-support-1.9.0
1.8.x
act-starter-support-1.8.18
act-starter-support-1.8.17
act-starter-support-1.8.16
act-starter-support-1.8.14
act-starter-support-1.8.8
act-starter-support-1.8.6
act-starter-support-1.8.5
act-starter-support-1.8.4
act-starter-support-1.8.3
act-starter-support-1.8.2
act-starter-support-1.8.1
act-starter-support-1.8.0
1.7.x
act-starter-support-1.7.0
1.6.x
act-starter-support-1.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-starter-support</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.actframework:act-starter-support:1.9.1'

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

implementation("org.actframework:act-starter-support:1.9.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.actframework" % "act-starter-support" % "1.9.1"

Advertisement