MVN

io.seruco.rbak : rbak-dsl

Maven & Gradle

Dec 04, 2017

rbak-dsl · Minimal Role-Based Access Control for Kotlin

<dependency>
    <groupId>io.seruco.rbak</groupId>
    <artifactId>rbak-dsl</artifactId>
    <version>0.0.1-rc.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.seruco.rbak : rbak-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-rc.1
  • Latest Release Candidate: 0.0.1-rc.1

All Versions

Choose a version of io.seruco.rbak : rbak-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
rbak-dsl-0.0.1-rc.1

How to add a dependency to Maven

Add the following io.seruco.rbak : rbak-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.seruco.rbak</groupId>
    <artifactId>rbak-dsl</artifactId>
    <version>0.0.1-rc.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.seruco.rbak : rbak-dsl gradle dependency to your build.gradle file:

implementation 'io.seruco.rbak:rbak-dsl:0.0.1-rc.1'

Gradle Kotlin DSL: Add the following io.seruco.rbak : rbak-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.seruco.rbak:rbak-dsl:0.0.1-rc.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.seruco.rbak : rbak-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.seruco.rbak" % "rbak-dsl" % "0.0.1-rc.1"