MVN

de.aservo : confapi-crowd-plugin

Maven & Gradle

Feb 12, 2022
0 stars

ConfAPI for Crowd · ConfAPI for Crowd provides a REST API for automated configuration tasks.

<dependency>
    <groupId>de.aservo</groupId>
    <artifactId>confapi-crowd-plugin</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.aservo : confapi-crowd-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of de.aservo : confapi-crowd-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
confapi-crowd-plugin-0.0.9
confapi-crowd-plugin-0.0.8
confapi-crowd-plugin-0.0.7
confapi-crowd-plugin-0.0.6

How to add a dependency to Maven

Add the following de.aservo : confapi-crowd-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.aservo</groupId>
    <artifactId>confapi-crowd-plugin</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.aservo : confapi-crowd-plugin gradle dependency to your build.gradle file:

implementation 'de.aservo:confapi-crowd-plugin:0.0.9'

Gradle Kotlin DSL: Add the following de.aservo : confapi-crowd-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.aservo:confapi-crowd-plugin:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.aservo : confapi-crowd-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.aservo" % "confapi-crowd-plugin" % "0.0.9"