MVN

com.github.andycandy-de : protect-me

Maven & Gradle

Aug 09, 2020
1 stars

A simple library which allows you to protect your java object with an interface.

<dependency>
    <groupId>com.github.andycandy-de</groupId>
    <artifactId>protect-me</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andycandy-de : protect-me to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.andycandy-de : protect-me to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
protect-me-1.2
1.1
protect-me-1.1
1.0
protect-me-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.andycandy-de</groupId>
    <artifactId>protect-me</artifactId>
    <version>1.2</version>
</dependency>