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