K

Kero-Security

Kero-Security is a library for statically controlling access to properties of objects / classes.
https://github.com/Rednoll/Kero-Security
The Apache License, Version 2.0 The MIT License (MIT)
Stepan Glumov (Kerovazzky)
Files download
File Operation
Kero-Security-0.1.0.jar download
Kero-Security-0.1.0.pom download
Kero-Security-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rednoll</groupId>
  <artifactId>Kero-Security</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rednoll:Kero-Security:0.1.0'
Gradle Kotlin
implementation("com.github.rednoll:Kero-Security:0.1.0")
Scala SBT
libraryDependencies += "com.github.rednoll" % "Kero-Security" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rednoll', module='Kero-Security', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.rednoll" name="Kero-Security" rev="0.1.0" />
Leiningen
[com.github.rednoll/Kero-Security "0.1.0"]
Apache Buildr
'com.github.rednoll:Kero-Security:jar:0.1.0'