MVN

uk.ac.ceh.components : jaas-userstore-crowd

Maven & Gradle

Dec 02, 2019
<dependency>
    <groupId>uk.ac.ceh.components</groupId>
    <artifactId>jaas-userstore-crowd</artifactId>
    <version>1.0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.ceh.components : jaas-userstore-crowd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.46

All Versions

Choose a version of uk.ac.ceh.components : jaas-userstore-crowd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jaas-userstore-crowd-1.0.46
jaas-userstore-crowd-1.0.44
jaas-userstore-crowd-1.0.43
jaas-userstore-crowd-1.0.42
jaas-userstore-crowd-1.0.41
jaas-userstore-crowd-1.0.36

How to add a dependency to Maven

Add the following uk.ac.ceh.components : jaas-userstore-crowd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.ceh.components</groupId>
    <artifactId>jaas-userstore-crowd</artifactId>
    <version>1.0.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.ceh.components : jaas-userstore-crowd gradle dependency to your build.gradle file:

implementation 'uk.ac.ceh.components:jaas-userstore-crowd:1.0.46'

Gradle Kotlin DSL: Add the following uk.ac.ceh.components : jaas-userstore-crowd gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.ceh.components:jaas-userstore-crowd:1.0.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.ceh.components : jaas-userstore-crowd sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.ceh.components" % "jaas-userstore-crowd" % "1.0.46"