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