Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.cretz.asmble |
ArtifactId | ArtifactIdasmble-annotations |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
asmble-annotations-0.3.0.pom | |
asmble-annotations-0.3.0.jar | 2 KB |
asmble-annotations-0.3.0-sources.jar | 1 KB |
asmble-annotations-0.3.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cretz.asmble/asmble-annotations/ -->
<dependency>
<groupId>com.github.cretz.asmble</groupId>
<artifactId>asmble-annotations</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cretz.asmble/asmble-annotations/
implementation 'com.github.cretz.asmble:asmble-annotations:0.3.0'
// https://jarcasting.com/artifacts/com.github.cretz.asmble/asmble-annotations/
implementation ("com.github.cretz.asmble:asmble-annotations:0.3.0")
'com.github.cretz.asmble:asmble-annotations:jar:0.3.0'
<dependency org="com.github.cretz.asmble" name="asmble-annotations" rev="0.3.0">
<artifact name="asmble-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cretz.asmble', module='asmble-annotations', version='0.3.0')
)
libraryDependencies += "com.github.cretz.asmble" % "asmble-annotations" % "0.3.0"
[com.github.cretz.asmble/asmble-annotations "0.3.0"]