| License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
|---|---|
| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation CLI User Interface |
| GroupId | GroupIdcn.wensiqun |
| ArtifactId | ArtifactIdasmsupport-client |
| Last Version | Last Version0.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionasmsupport-client
This modules is a wrapper of asmsupport-core, it make a most simple api to developer when use asmsupport.
|
| Filename | Size |
|---|---|
| asmsupport-client-0.4.3.pom | |
| asmsupport-client-0.4.3.jar | 112 KB |
| asmsupport-client-0.4.3-sources.jar | 72 KB |
| asmsupport-client-0.4.3-javadoc.jar | 559 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-client/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport-client</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-client/
implementation 'cn.wensiqun:asmsupport-client:0.4.3'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-client/
implementation ("cn.wensiqun:asmsupport-client:0.4.3")
'cn.wensiqun:asmsupport-client:jar:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport-client" rev="0.4.3">
<artifact name="asmsupport-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport-client', version='0.4.3')
)
libraryDependencies += "cn.wensiqun" % "asmsupport-client" % "0.4.3"
[cn.wensiqun/asmsupport-client "0.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.wensiqun : asmsupport-core | jar | 0.4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |