Kero-Security
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.rednoll</groupId>
<artifactId>Kero-Security</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rednoll</groupId>
<artifactId>Kero-Security</artifactId>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>Kero-Security</name>
<description>Kero-Security is a library for statically controlling access to properties of objects / classes.</description>
<url>https://github.com/Rednoll/Kero-Security</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Stepan Glumov (Kerovazzky)</name>
<email>rednoll12@gmail.com</email>
<organization>Rednoll (Kerovazzky)</organization>
<organizationUrl>https://github.com/Rednoll</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/Rednoll/Kero-Security</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.14</version>
</dependency>
</dependencies>
</project>