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