| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.ecf |
| Идентификатор | Идентификаторorg.objectweb.asm |
| Версия | Версия5.0.1.v201404251740 |
| Тип | Типjar |
| Описание |
ОписаниеECF is a set of frameworks for building communications into applications and services. It
provides a lightweight, modular, transport-independent, fully-compliant implementation of
the OSGi Remote Services standard.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.ecf/org.objectweb.asm/ -->
<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.objectweb.asm</artifactId>
<version>5.0.1.v201404251740</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.objectweb.asm/
implementation 'org.eclipse.ecf:org.objectweb.asm:5.0.1.v201404251740'
// https://jarcasting.com/artifacts/org.eclipse.ecf/org.objectweb.asm/
implementation ("org.eclipse.ecf:org.objectweb.asm:5.0.1.v201404251740")
'org.eclipse.ecf:org.objectweb.asm:jar:5.0.1.v201404251740'
<dependency org="org.eclipse.ecf" name="org.objectweb.asm" rev="5.0.1.v201404251740">
<artifact name="org.objectweb.asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.ecf', module='org.objectweb.asm', version='5.0.1.v201404251740')
)
libraryDependencies += "org.eclipse.ecf" % "org.objectweb.asm" % "5.0.1.v201404251740"
[org.eclipse.ecf/org.objectweb.asm "5.0.1.v201404251740"]