| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdcn.wensiqun |
| ArtifactId | ArtifactIdasmsupport |
| Version | Version0.4.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| asmsupport-0.4.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/ -->
<dependency>
<groupId>cn.wensiqun</groupId>
<artifactId>asmsupport</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/
implementation 'cn.wensiqun:asmsupport:0.4.2'
// https://jarcasting.com/artifacts/cn.wensiqun/asmsupport/
implementation ("cn.wensiqun:asmsupport:0.4.2")
'cn.wensiqun:asmsupport:pom:0.4.2'
<dependency org="cn.wensiqun" name="asmsupport" rev="0.4.2">
<artifact name="asmsupport" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.wensiqun', module='asmsupport', version='0.4.2')
)
libraryDependencies += "cn.wensiqun" % "asmsupport" % "0.4.2"
[cn.wensiqun/asmsupport "0.4.2"]