| GroupId | GroupIdcom.github.andycandy-de |
|---|---|
| ArtifactId | ArtifactIdprotect-me-util |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protect-me-util-1.1.pom | |
| protect-me-util-1.1.jar | 3 KB |
| protect-me-util-1.1-sources.jar | 1 KB |
| protect-me-util-1.1-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me-util/ -->
<dependency>
<groupId>com.github.andycandy-de</groupId>
<artifactId>protect-me-util</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me-util/
implementation 'com.github.andycandy-de:protect-me-util:1.1'
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me-util/
implementation ("com.github.andycandy-de:protect-me-util:1.1")
'com.github.andycandy-de:protect-me-util:jar:1.1'
<dependency org="com.github.andycandy-de" name="protect-me-util" rev="1.1">
<artifact name="protect-me-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andycandy-de', module='protect-me-util', version='1.1')
)
libraryDependencies += "com.github.andycandy-de" % "protect-me-util" % "1.1"
[com.github.andycandy-de/protect-me-util "1.1"]