MVN

org.jboss.javaee : jboss-jacc-api-1.1_spec

Maven & Gradle

Jul 26, 2012
1 usages
3 stars

JBoss JACC 1.1 API · The Java Authorization Contract for Containers 1.1 API classes

<dependency>
    <groupId>org.jboss.javaee</groupId>
    <artifactId>jboss-jacc-api-1.1_spec</artifactId>
    <version>5.0.2.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.javaee : jboss-jacc-api-1.1_spec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.2.GA
  • Latest Release Candidate: 5.0.2.RC1

All Versions

Choose a version of org.jboss.javaee : jboss-jacc-api-1.1_spec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
jboss-jacc-api-1.1_spec-5.0.2.GA
jboss-jacc-api-1.1_spec-5.0.2.RC1

How to add a dependency to Maven

Add the following org.jboss.javaee : jboss-jacc-api-1.1_spec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.javaee</groupId>
    <artifactId>jboss-jacc-api-1.1_spec</artifactId>
    <version>5.0.2.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.javaee : jboss-jacc-api-1.1_spec gradle dependency to your build.gradle file:

implementation 'org.jboss.javaee:jboss-jacc-api-1.1_spec:5.0.2.GA'

Gradle Kotlin DSL: Add the following org.jboss.javaee : jboss-jacc-api-1.1_spec gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.javaee:jboss-jacc-api-1.1_spec:5.0.2.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.javaee : jboss-jacc-api-1.1_spec sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.javaee" % "jboss-jacc-api-1.1_spec" % "5.0.2.GA"