| License |
License |
|---|---|
| GroupId | GroupIdcom.github.andycandy-de |
| ArtifactId | ArtifactIdprotect-me-ast-test |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionA simple library which allows you to protect your java object with an interface.
|
| Filename | Size |
|---|---|
| protect-me-ast-test-1.2.pom | |
| protect-me-ast-test-1.2.jar | 22 KB |
| protect-me-ast-test-1.2-sources.jar | 4 KB |
| protect-me-ast-test-1.2-javadoc.jar | 388 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me-ast-test/
implementation 'com.github.andycandy-de:protect-me-ast-test:1.2'
// https://jarcasting.com/artifacts/com.github.andycandy-de/protect-me-ast-test/
implementation ("com.github.andycandy-de:protect-me-ast-test:1.2")
'com.github.andycandy-de:protect-me-ast-test:jar:1.2'
<dependency org="com.github.andycandy-de" name="protect-me-ast-test" rev="1.2">
<artifact name="protect-me-ast-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andycandy-de', module='protect-me-ast-test', version='1.2')
)
libraryDependencies += "com.github.andycandy-de" % "protect-me-ast-test" % "1.2"
[com.github.andycandy-de/protect-me-ast-test "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.andycandy-de : protect-me-ast | jar | 1.2 |
| org.codehaus.groovy : groovy | jar | 3.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.assertj : assertj-core | jar | 3.16.1 |