| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdorg.ow2.jasmine |
| ArtifactId | ArtifactIdmbeancmd-modules |
| Version | Version2.1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| mbeancmd-modules-2.1.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd-modules/ -->
<dependency>
<groupId>org.ow2.jasmine</groupId>
<artifactId>mbeancmd-modules</artifactId>
<version>2.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd-modules/
implementation 'org.ow2.jasmine:mbeancmd-modules:2.1.4'
// https://jarcasting.com/artifacts/org.ow2.jasmine/mbeancmd-modules/
implementation ("org.ow2.jasmine:mbeancmd-modules:2.1.4")
'org.ow2.jasmine:mbeancmd-modules:pom:2.1.4'
<dependency org="org.ow2.jasmine" name="mbeancmd-modules" rev="2.1.4">
<artifact name="mbeancmd-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine', module='mbeancmd-modules', version='2.1.4')
)
libraryDependencies += "org.ow2.jasmine" % "mbeancmd-modules" % "2.1.4"
[org.ow2.jasmine/mbeancmd-modules "2.1.4"]