| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdorg.jrebirth.af |
| ArtifactId | ArtifactIdsecurity |
| Version | Version8.6.0 |
| Type | Typejar |
| Description |
DescriptionSecurity
Provides classes used to manage Security concerns.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| security-8.6.0.pom | |
| security-8.6.0.jar | 5 KB |
| security-8.6.0-sources.jar | 4 KB |
| security-8.6.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af/security/ -->
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>security</artifactId>
<version>8.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/security/
implementation 'org.jrebirth.af:security:8.6.0'
// https://jarcasting.com/artifacts/org.jrebirth.af/security/
implementation ("org.jrebirth.af:security:8.6.0")
'org.jrebirth.af:security:jar:8.6.0'
<dependency org="org.jrebirth.af" name="security" rev="8.6.0">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='security', version='8.6.0')
)
libraryDependencies += "org.jrebirth.af" % "security" % "8.6.0"
[org.jrebirth.af/security "8.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jrebirth.af : core | jar | 8.6.0 |
| org.jrebirth.af : processor Optional | jar | 8.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easytesting : fest-assert | jar | 1.4 |