scala-rbac-core

A flexible role-based access control library

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.github.johnhungerford.rbac
ArtifactId

ArtifactId

scala-rbac-core_2.12
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

scala-rbac-core
A flexible role-based access control library
Project Organization

Project Organization

johnhungerford
Source Code Management

Source Code Management

https://github.com/johnhungerford/scala-rbac

Download scala-rbac-core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.johnhungerford.rbac/scala-rbac-core_2.12/ -->
<dependency>
    <groupId>io.github.johnhungerford.rbac</groupId>
    <artifactId>scala-rbac-core_2.12</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.johnhungerford.rbac/scala-rbac-core_2.12/
implementation 'io.github.johnhungerford.rbac:scala-rbac-core_2.12:1.2.0'
// https://jarcasting.com/artifacts/io.github.johnhungerford.rbac/scala-rbac-core_2.12/
implementation ("io.github.johnhungerford.rbac:scala-rbac-core_2.12:1.2.0")
'io.github.johnhungerford.rbac:scala-rbac-core_2.12:jar:1.2.0'
<dependency org="io.github.johnhungerford.rbac" name="scala-rbac-core_2.12" rev="1.2.0">
  <artifact name="scala-rbac-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.johnhungerford.rbac', module='scala-rbac-core_2.12', version='1.2.0')
)
libraryDependencies += "io.github.johnhungerford.rbac" % "scala-rbac-core_2.12" % "1.2.0"
[io.github.johnhungerford.rbac/scala-rbac-core_2.12 "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.15
org.slf4j : slf4j-api jar 1.7.20
ch.qos.logback : logback-classic jar 1.1.7

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.0