is not current version
Last Version 1.2

com.github.andycandy-de:protect-me 1.1

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

GroupId

GroupId

com.github.andycandy-de
ArtifactId

ArtifactId

protect-me
Version

Version

1.1
Type

Type

pom

Download protect-me 1.1

Filename Size
protect-me-1.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me/ -->
<dependency>
    <groupId>com.github.andycandy-de</groupId>
    <artifactId>protect-me</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me/
implementation 'com.github.andycandy-de:protect-me:1.1'
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me/
implementation ("com.github.andycandy-de:protect-me:1.1")
'com.github.andycandy-de:protect-me:pom:1.1'
<dependency org="com.github.andycandy-de" name="protect-me" rev="1.1">
  <artifact name="protect-me" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.andycandy-de', module='protect-me', version='1.1')
)
libraryDependencies += "com.github.andycandy-de" % "protect-me" % "1.1"
[com.github.andycandy-de/protect-me "1.1"]