| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаcom.liferay |
| Идентификатор | Идентификаторasm.tree |
| Версия | Версия7.0.LIFERAY-PATCHED-1 |
| Тип | Типjar |
| Описание |
Описание |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| asm.tree-7.0.LIFERAY-PATCHED-1.pom | |
| asm.tree-7.0.LIFERAY-PATCHED-1.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.liferay/asm.tree/ -->
<dependency>
<groupId>com.liferay</groupId>
<artifactId>asm.tree</artifactId>
<version>7.0.LIFERAY-PATCHED-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liferay/asm.tree/
implementation 'com.liferay:asm.tree:7.0.LIFERAY-PATCHED-1'
// https://jarcasting.com/artifacts/com.liferay/asm.tree/
implementation ("com.liferay:asm.tree:7.0.LIFERAY-PATCHED-1")
'com.liferay:asm.tree:jar:7.0.LIFERAY-PATCHED-1'
<dependency org="com.liferay" name="asm.tree" rev="7.0.LIFERAY-PATCHED-1">
<artifact name="asm.tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liferay', module='asm.tree', version='7.0.LIFERAY-PATCHED-1')
)
libraryDependencies += "com.liferay" % "asm.tree" % "7.0.LIFERAY-PATCHED-1"
[com.liferay/asm.tree "7.0.LIFERAY-PATCHED-1"]