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