| License |
License |
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdcn.sj1 |
| ArtifactId | ArtifactIdtinyasm-core |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontinyasm-core
tinyasm-core
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tinyasm-core-1.0.4.pom | |
| tinyasm-core-1.0.4.jar | 245 KB |
| tinyasm-core-1.0.4-sources.jar | 113 KB |
| tinyasm-core-1.0.4-javadoc.jar | 634 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.sj1/tinyasm-core/ -->
<dependency>
<groupId>cn.sj1</groupId>
<artifactId>tinyasm-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sj1/tinyasm-core/
implementation 'cn.sj1:tinyasm-core:1.0.4'
// https://jarcasting.com/artifacts/cn.sj1/tinyasm-core/
implementation ("cn.sj1:tinyasm-core:1.0.4")
'cn.sj1:tinyasm-core:jar:1.0.4'
<dependency org="cn.sj1" name="tinyasm-core" rev="1.0.4">
<artifact name="tinyasm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sj1', module='tinyasm-core', version='1.0.4')
)
libraryDependencies += "cn.sj1" % "tinyasm-core" % "1.0.4"
[cn.sj1/tinyasm-core "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 8.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| org.ow2.asm : asm-commons | jar | 8.0.1 |
| org.ow2.asm : asm-util | jar | 8.0.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
| cn.sj1 : tinyasm-tool | jar | 1.0.4 |
| junit : junit | jar | 4.13.1 |