MVN

com.github.waffle.demo : waffle-jaas

Maven & Gradle

Mar 26, 2023
1 usages
460 stars

waffle-jaas · Jaas Demo for WAFFLE

<dependency>
    <groupId>com.github.waffle.demo</groupId>
    <artifactId>waffle-jaas</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.waffle.demo : waffle-jaas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0
  • Latest Beta: 2.0.0-beta2

All Versions

Choose a version of com.github.waffle.demo : waffle-jaas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
waffle-jaas-3.3.0
3.2.x
waffle-jaas-3.2.0
3.1.x
waffle-jaas-3.1.1
waffle-jaas-3.1.0
3.0.x
waffle-jaas-3.0.0
2.3.x
waffle-jaas-2.3.0
2.2.x
waffle-jaas-2.2.1
2.1.x
waffle-jaas-2.1.1
waffle-jaas-2.1.0
2.0.x
waffle-jaas-2.0.0
waffle-jaas-2.0.0-beta2
waffle-jaas-2.0.0-beta1
1.9.x
waffle-jaas-1.9.1
waffle-jaas-1.9.0
1.8.x
waffle-jaas-1.8.3
waffle-jaas-1.8.2

How to add a dependency to Maven

Add the following com.github.waffle.demo : waffle-jaas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.waffle.demo</groupId>
    <artifactId>waffle-jaas</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.waffle.demo : waffle-jaas gradle dependency to your build.gradle file:

implementation 'com.github.waffle.demo:waffle-jaas:3.3.0'

Gradle Kotlin DSL: Add the following com.github.waffle.demo : waffle-jaas gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.waffle.demo:waffle-jaas:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.waffle.demo : waffle-jaas sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.waffle.demo" % "waffle-jaas" % "3.3.0"

Advertisement