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