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