GroupId | GroupIdtop.beanshell |
---|---|
ArtifactId | ArtifactIdram-rbac |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
ram-rbac-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-rbac/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-rbac</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-rbac/
implementation 'top.beanshell:ram-rbac:1.0.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-rbac/
implementation ("top.beanshell:ram-rbac:1.0.0")
'top.beanshell:ram-rbac:pom:1.0.0'
<dependency org="top.beanshell" name="ram-rbac" rev="1.0.0">
<artifact name="ram-rbac" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-rbac', version='1.0.0')
)
libraryDependencies += "top.beanshell" % "ram-rbac" % "1.0.0"
[top.beanshell/ram-rbac "1.0.0"]