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