MVN

org.drombler.acp : drombler-acp-core-standard-action

Maven & Gradle

Dec 22, 2019
4 usages
3 stars

Drombler ACP - Core - Standard - Action · Standard core Actions.

<dependency>
    <groupId>org.drombler.acp</groupId>
    <artifactId>drombler-acp-core-standard-action</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drombler.acp : drombler-acp-core-standard-action to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.drombler.acp : drombler-acp-core-standard-action to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
drombler-acp-core-standard-action-1.0
0.14
drombler-acp-core-standard-action-0.14
0.13
drombler-acp-core-standard-action-0.13
0.12
drombler-acp-core-standard-action-0.12
0.11
drombler-acp-core-standard-action-0.11
0.10
drombler-acp-core-standard-action-0.10
0.9
drombler-acp-core-standard-action-0.9
0.8
drombler-acp-core-standard-action-0.8
0.7
drombler-acp-core-standard-action-0.7
0.6
drombler-acp-core-standard-action-0.6
0.5
drombler-acp-core-standard-action-0.5
0.4
drombler-acp-core-standard-action-0.4
0.3
drombler-acp-core-standard-action-0.3
0.2
drombler-acp-core-standard-action-0.2
0.1
drombler-acp-core-standard-action-0.1

How to add a dependency to Maven

Add the following org.drombler.acp : drombler-acp-core-standard-action maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drombler.acp</groupId>
    <artifactId>drombler-acp-core-standard-action</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drombler.acp : drombler-acp-core-standard-action gradle dependency to your build.gradle file:

implementation 'org.drombler.acp:drombler-acp-core-standard-action:1.0'

Gradle Kotlin DSL: Add the following org.drombler.acp : drombler-acp-core-standard-action gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drombler.acp:drombler-acp-core-standard-action:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drombler.acp : drombler-acp-core-standard-action sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drombler.acp" % "drombler-acp-core-standard-action" % "1.0"

Advertisement