License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.cretz.asmble |
ArtifactId | ArtifactIdasmble-annotations |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasmble-annotations
Asmble WASM Annotations
|
Project URL |
Project URL |
Filename | Size |
---|---|
asmble-annotations-0.4.0.pom | |
asmble-annotations-0.4.0.jar | 2 KB |
asmble-annotations-0.4.0-sources.jar | 1 KB |
asmble-annotations-0.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cretz.asmble/asmble-annotations/
implementation 'com.github.cretz.asmble:asmble-annotations:0.4.0'
// https://jarcasting.com/artifacts/com.github.cretz.asmble/asmble-annotations/
implementation ("com.github.cretz.asmble:asmble-annotations:0.4.0")
'com.github.cretz.asmble:asmble-annotations:jar:0.4.0'
<dependency org="com.github.cretz.asmble" name="asmble-annotations" rev="0.4.0">
<artifact name="asmble-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cretz.asmble', module='asmble-annotations', version='0.4.0')
)
libraryDependencies += "com.github.cretz.asmble" % "asmble-annotations" % "0.4.0"
[com.github.cretz.asmble/asmble-annotations "0.4.0"]