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