Last Version

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

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

License

License

GroupId

GroupId

com.github.andycandy-de
ArtifactId

ArtifactId

protect-me
Version

Version

1.2
Type

Type

pom
Description

Description

com.github.andycandy-de:protect-me
A simple library which allows you to protect your java object with an interface.
Project URL

Project URL

https://github.com/andycandy-de/ProtectMe
Source Code Management

Source Code Management

https://github.com/andycandy-de/ProtectMe

Download protect-me 1.2

Filename Size
protect-me-1.2.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.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me/
implementation 'com.github.andycandy-de:protect-me:1.2'
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me/
implementation ("com.github.andycandy-de:protect-me:1.2")
'com.github.andycandy-de:protect-me:pom:1.2'
<dependency org="com.github.andycandy-de" name="protect-me" rev="1.2">
  <artifact name="protect-me" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.andycandy-de', module='protect-me', version='1.2')
)
libraryDependencies += "com.github.andycandy-de" % "protect-me" % "1.2"
[com.github.andycandy-de/protect-me "1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • util
  • ast
  • ast-test