Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation Blade User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.hellokaton |
ArtifactId | ArtifactIdblade-asm |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
blade-asm-0.1.0.pom | |
blade-asm-0.1.0.jar | 139 KB |
blade-asm-0.1.0-sources.jar | 175 KB |
blade-asm-0.1.0-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hellokaton/blade-asm/ -->
<dependency>
<groupId>com.hellokaton</groupId>
<artifactId>blade-asm</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hellokaton/blade-asm/
implementation 'com.hellokaton:blade-asm:0.1.0'
// https://jarcasting.com/artifacts/com.hellokaton/blade-asm/
implementation ("com.hellokaton:blade-asm:0.1.0")
'com.hellokaton:blade-asm:jar:0.1.0'
<dependency org="com.hellokaton" name="blade-asm" rev="0.1.0">
<artifact name="blade-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hellokaton', module='blade-asm', version='0.1.0')
)
libraryDependencies += "com.hellokaton" % "blade-asm" % "0.1.0"
[com.hellokaton/blade-asm "0.1.0"]