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