Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.bardframework.commons |
ArtifactId | ArtifactIdcommon-security |
Version | Version1.2.17 |
Type | Typejar |
Filename | Size |
---|---|
common-security-1.2.17.pom | |
common-security-1.2.17.jar | 13 KB |
common-security-1.2.17-sources.jar | 9 KB |
common-security-1.2.17-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-security/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-security</artifactId>
<version>1.2.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-security/
implementation 'org.bardframework.commons:common-security:1.2.17'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-security/
implementation ("org.bardframework.commons:common-security:1.2.17")
'org.bardframework.commons:common-security:jar:1.2.17'
<dependency org="org.bardframework.commons" name="common-security" rev="1.2.17">
<artifact name="common-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-security', version='1.2.17')
)
libraryDependencies += "org.bardframework.commons" % "common-security" % "1.2.17"
[org.bardframework.commons/common-security "1.2.17"]