License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.rednoll |
ArtifactId | ArtifactIdKero-Security |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKero-Security
Kero-Security is a library for statically controlling access to properties of objects / classes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Kero-Security-0.1.0.pom | |
Kero-Security-0.1.0.jar | 1 KB |
Kero-Security-0.1.0-sources.jar | 73 KB |
Kero-Security-0.1.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rednoll/Kero-Security/ -->
<dependency>
<groupId>com.github.rednoll</groupId>
<artifactId>Kero-Security</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rednoll/Kero-Security/
implementation 'com.github.rednoll:Kero-Security:0.1.0'
// https://jarcasting.com/artifacts/com.github.rednoll/Kero-Security/
implementation ("com.github.rednoll:Kero-Security:0.1.0")
'com.github.rednoll:Kero-Security:pom:0.1.0'
<dependency org="com.github.rednoll" name="Kero-Security" rev="0.1.0">
<artifact name="Kero-Security" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rednoll', module='Kero-Security', version='0.1.0')
)
libraryDependencies += "com.github.rednoll" % "Kero-Security" % "0.1.0"
[com.github.rednoll/Kero-Security "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
commons-codec : commons-codec | jar | 1.14 |
net.bytebuddy : byte-buddy | jar | 1.10.14 |