Download rbak-core-0.0.1-rc.1.jar file - Jar r

Jar examples for r:rbak-core

Description

Minimal Role-Based Access Control for Kotlin

You can download jar file rbak-core 0.0.1-rc.1 in this page.

Build File

You can use the following script to add rbak-core-0.0.1-rc.1.jar to your project.

<dependency>
   <groupId>io.seruco.rbak</groupId>
   <artifactId>rbak-core</artifactId>
   <version>0.0.1-rc.1</version>
</dependency>
compile group: 'io.seruco.rbak', name: 'rbak-core', version: '0.0.1-rc.1'
libraryDependencies += "io.seruco.rbak" % "rbak-core" % "0.0.1-rc.1"
<dependency org="io.seruco.rbak" name="rbak-core" rev="0.0.1-rc.1"/>
@Grapes(@Grab(group='io.seruco.rbak', module='rbak-core', version='0.0.1-rc.1'))
'io.seruco.rbak:rbak-core:jar:0.0.1-rc.1'

Download

Click the following link to download the jar file.

rbak-core-0.0.1-rc.1-javadoc.jar
rbak-core-0.0.1-rc.1-sources.jar
rbak-core-0.0.1-rc.1.jar
rbak-core-0.0.1-rc.1.pom



Related Tutorials