| License | License | 
|---|---|
| Categories | CategoriesASM Application Layer Libs Bytecode Manipulation | 
| GroupId | GroupIdcom.liferay | 
| ArtifactId | ArtifactIdasm-commons | 
| Version | Version7.0.LIFERAY-PATCHED-1 | 
| Type | Typejar | 
| Description | Description | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| asm-commons-7.0.LIFERAY-PATCHED-1.pom | |
| asm-commons-7.0.LIFERAY-PATCHED-1.jar | 78 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.liferay/asm-commons/ -->
<dependency>
    <groupId>com.liferay</groupId>
    <artifactId>asm-commons</artifactId>
    <version>7.0.LIFERAY-PATCHED-1</version>
</dependency>// https://jarcasting.com/artifacts/com.liferay/asm-commons/
implementation 'com.liferay:asm-commons:7.0.LIFERAY-PATCHED-1'// https://jarcasting.com/artifacts/com.liferay/asm-commons/
implementation ("com.liferay:asm-commons:7.0.LIFERAY-PATCHED-1")'com.liferay:asm-commons:jar:7.0.LIFERAY-PATCHED-1'<dependency org="com.liferay" name="asm-commons" rev="7.0.LIFERAY-PATCHED-1">
  <artifact name="asm-commons" type="jar" />
</dependency>@Grapes(
@Grab(group='com.liferay', module='asm-commons', version='7.0.LIFERAY-PATCHED-1')
)libraryDependencies += "com.liferay" % "asm-commons" % "7.0.LIFERAY-PATCHED-1"[com.liferay/asm-commons "7.0.LIFERAY-PATCHED-1"]