| Categories |
CategoriesSecurity |
|---|---|
| GroupId | GroupIdcom.brienwheeler.lib |
| ArtifactId | ArtifactIdlib-security |
| Version | Version1.07 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lib-security-1.07.pom | |
| lib-security-1.07.jar | 3 KB |
| lib-security-1.07-tests.jar | 3 KB |
| lib-security-1.07-sources.jar | 2 KB |
| lib-security-1.07-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-security/ -->
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-security</artifactId>
<version>1.07</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-security/
implementation 'com.brienwheeler.lib:lib-security:1.07'
// https://jarcasting.com/artifacts/com.brienwheeler.lib/lib-security/
implementation ("com.brienwheeler.lib:lib-security:1.07")
'com.brienwheeler.lib:lib-security:jar:1.07'
<dependency org="com.brienwheeler.lib" name="lib-security" rev="1.07">
<artifact name="lib-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.lib', module='lib-security', version='1.07')
)
libraryDependencies += "com.brienwheeler.lib" % "lib-security" % "1.07"
[com.brienwheeler.lib/lib-security "1.07"]