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