| GroupId | GroupIdcom.kotcrab.annotation |
|---|---|
| ArtifactId | ArtifactIdcallsuper |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| callsuper-0.1.1.pom | |
| callsuper-0.1.1.jar | 8 KB |
| callsuper-0.1.1-sources.jar | 4 KB |
| callsuper-0.1.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/ -->
<dependency>
<groupId>com.kotcrab.annotation</groupId>
<artifactId>callsuper</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/
implementation 'com.kotcrab.annotation:callsuper:0.1.1'
// https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/
implementation ("com.kotcrab.annotation:callsuper:0.1.1")
'com.kotcrab.annotation:callsuper:jar:0.1.1'
<dependency org="com.kotcrab.annotation" name="callsuper" rev="0.1.1">
<artifact name="callsuper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotcrab.annotation', module='callsuper', version='0.1.1')
)
libraryDependencies += "com.kotcrab.annotation" % "callsuper" % "0.1.1"
[com.kotcrab.annotation/callsuper "0.1.1"]