| License |
License |
|---|---|
| GroupId | GroupIdcom.valtech.aapm |
| ArtifactId | ArtifactIdaapm |
| Last Version | Last Version0.9.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAEM Advanced Permissions Manager
Allow to handle assets permissions thanks to custom restriction rules
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aapm-0.9.0.pom | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.valtech.aapm/aapm/ -->
<dependency>
<groupId>com.valtech.aapm</groupId>
<artifactId>aapm</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.valtech.aapm/aapm/
implementation 'com.valtech.aapm:aapm:0.9.0'
// https://jarcasting.com/artifacts/com.valtech.aapm/aapm/
implementation ("com.valtech.aapm:aapm:0.9.0")
'com.valtech.aapm:aapm:pom:0.9.0'
<dependency org="com.valtech.aapm" name="aapm" rev="0.9.0">
<artifact name="aapm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.valtech.aapm', module='aapm', version='0.9.0')
)
libraryDependencies += "com.valtech.aapm" % "aapm" % "0.9.0"
[com.valtech.aapm/aapm "0.9.0"]