| GroupId | GroupIdcom.bq.corbel |
|---|---|
| ArtifactId | ArtifactIdrem-acl |
| Version | Version1.33.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rem-acl-1.33.0.pom | |
| rem-acl-1.33.0.jar | 5 MB |
| rem-acl-1.33.0-sources.jar | 29 KB |
| rem-acl-1.33.0-javadoc.jar | 185 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bq.corbel/rem-acl/ -->
<dependency>
<groupId>com.bq.corbel</groupId>
<artifactId>rem-acl</artifactId>
<version>1.33.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bq.corbel/rem-acl/
implementation 'com.bq.corbel:rem-acl:1.33.0'
// https://jarcasting.com/artifacts/com.bq.corbel/rem-acl/
implementation ("com.bq.corbel:rem-acl:1.33.0")
'com.bq.corbel:rem-acl:jar:1.33.0'
<dependency org="com.bq.corbel" name="rem-acl" rev="1.33.0">
<artifact name="rem-acl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bq.corbel', module='rem-acl', version='1.33.0')
)
libraryDependencies += "com.bq.corbel" % "rem-acl" % "1.33.0"
[com.bq.corbel/rem-acl "1.33.0"]