Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcz.polankam.security.acl |
ArtifactId | ArtifactIdjaclp |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jaclp-1.0.pom | |
jaclp-1.0.jar | 14 KB |
jaclp-1.0-sources.jar | 12 KB |
jaclp-1.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/ -->
<dependency>
<groupId>cz.polankam.security.acl</groupId>
<artifactId>jaclp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation 'cz.polankam.security.acl:jaclp:1.0'
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation ("cz.polankam.security.acl:jaclp:1.0")
'cz.polankam.security.acl:jaclp:jar:1.0'
<dependency org="cz.polankam.security.acl" name="jaclp" rev="1.0">
<artifact name="jaclp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.polankam.security.acl', module='jaclp', version='1.0')
)
libraryDependencies += "cz.polankam.security.acl" % "jaclp" % "1.0"
[cz.polankam.security.acl/jaclp "1.0"]