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