не последняя версия
Последняя версия 1.2

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

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

Группа

Группа

com.github.andycandy-de
Идентификатор

Идентификатор

protect-me
Версия

Версия

1.0
Тип

Тип

pom

Скачать protect-me 1.0

Имя Файла Размер
protect-me-1.0.pom 4 KB
Обзор

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