License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcn.wensiqun |
ArtifactId | ArtifactIdasmsupport-sample |
Last Version | Last Version0.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasmsupport-sample
Some simple sample use asmsupport, such as dynamic proxy, json serialize and so on.
|
Filename | Size |
---|---|
asmsupport-sample-0.4.3.pom | |
asmsupport-sample-0.4.3.jar | 140 KB |
asmsupport-sample-0.4.3-sources.jar | 56 KB |
asmsupport-sample-0.4.3-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-sample/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport-sample</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-sample/
implementation 'cn.wensiqun:asmsupport-sample:0.4.3'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport-sample/
implementation ("cn.wensiqun:asmsupport-sample:0.4.3")
'cn.wensiqun:asmsupport-sample:jar:0.4.3'
<dependency org="cn.wensiqun" name="asmsupport-sample" rev="0.4.3">
<artifact name="asmsupport-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport-sample', version='0.4.3')
)
libraryDependencies += "cn.wensiqun" % "asmsupport-sample" % "0.4.3"
[cn.wensiqun/asmsupport-sample "0.4.3"]
Group / Artifact | Type | Version |
---|---|---|
cn.wensiqun : asmsupport-client | jar | 0.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |