MVN

org.crsh : crsh.plugins.crowd

Maven & Gradle

Jun 04, 2014
6 usages

CRaSH Plugin - Atlassian Crowd authentication and commands · This plugin allows to delegate CRaSH authentication to an Atlassian Crowd directory and to add various commands to manage the server

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.plugins.crowd</artifactId>
    <version>1.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.crsh : crsh.plugins.crowd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.11
  • Latest Beta: 1.3.0-beta2

All Versions

Choose a version of org.crsh : crsh.plugins.crowd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
crsh.plugins.crowd-1.3.0-beta2
crsh.plugins.crowd-1.3.0-beta1
1.2.x
crsh.plugins.crowd-1.2.11
crsh.plugins.crowd-1.2.10
crsh.plugins.crowd-1.2.9
crsh.plugins.crowd-1.2.8
crsh.plugins.crowd-1.2.7
crsh.plugins.crowd-1.2.6
crsh.plugins.crowd-1.2.5
crsh.plugins.crowd-1.2.4
crsh.plugins.crowd-1.2.3
crsh.plugins.crowd-1.2.2
crsh.plugins.crowd-1.2.1
crsh.plugins.crowd-1.2.0
crsh.plugins.crowd-1.2.0-cr11
crsh.plugins.crowd-1.2.0-cr10
crsh.plugins.crowd-1.2.0-cr9
crsh.plugins.crowd-1.2.0-cr8
crsh.plugins.crowd-1.2.0-cr7
crsh.plugins.crowd-1.2.0-cr6
crsh.plugins.crowd-1.2.0-cr5
crsh.plugins.crowd-1.2.0-cr4

How to add a dependency to Maven

Add the following org.crsh : crsh.plugins.crowd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.crsh</groupId>
    <artifactId>crsh.plugins.crowd</artifactId>
    <version>1.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.crsh : crsh.plugins.crowd gradle dependency to your build.gradle file:

implementation 'org.crsh:crsh.plugins.crowd:1.2.11'

Gradle Kotlin DSL: Add the following org.crsh : crsh.plugins.crowd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.crsh:crsh.plugins.crowd:1.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.crsh : crsh.plugins.crowd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.crsh" % "crsh.plugins.crowd" % "1.2.11"

Advertisement