| License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdcn.wensiqun |
| ArtifactId | ArtifactIdasmsupport-core |
| Last Version | Last Version0.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasmsupport-core
This module is the core implement of asmsupport-standard
|
| Filename | Size |
|---|---|
| asmsupport-core-0.4.3.pom | |
| asmsupport-core-0.4.3.jar | 350 KB |
| asmsupport-core-0.4.3-sources.jar | 280 KB |
| asmsupport-core-0.4.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-core/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport-core</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-core/
implementation 'cn.wensiqun:asmsupport-core:0.4.3'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-core/
implementation ("cn.wensiqun:asmsupport-core:0.4.3")
'cn.wensiqun:asmsupport-core:jar:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport-core" rev="0.4.3">
<artifact name="asmsupport-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport-core', version='0.4.3')
)
libraryDependencies += "cn.wensiqun" % "asmsupport-core" % "0.4.3"
[cn.wensiqun/asmsupport-core "0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.wensiqun : asmsupport-standard | jar | 0.4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |