Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.ow2.easybeans |
ArtifactId | ArtifactIdeasybeans-asm-util |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionASM Util v3 that has been jarjared
A very small and fast Java bytecode manipulation framework
|
Project URL |
Project URL |
Project Organization |
Project OrganizationObjectWeb |
Filename | Size |
---|---|
easybeans-asm-util-3.0.pom | |
easybeans-asm-util-3.0.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-asm-util/ -->
<dependency>
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-asm-util</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-asm-util/
implementation 'org.ow2.easybeans:easybeans-asm-util:3.0'
// https://jarcasting.com/artifacts/org.ow2.easybeans/easybeans-asm-util/
implementation ("org.ow2.easybeans:easybeans-asm-util:3.0")
'org.ow2.easybeans:easybeans-asm-util:jar:3.0'
<dependency org="org.ow2.easybeans" name="easybeans-asm-util" rev="3.0">
<artifact name="easybeans-asm-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans', module='easybeans-asm-util', version='3.0')
)
libraryDependencies += "org.ow2.easybeans" % "easybeans-asm-util" % "3.0"
[org.ow2.easybeans/easybeans-asm-util "3.0"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm-tree | jar | 3.0 |