GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-jmx_2.13.0-M3 |
Version | Version0.39 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-jmx_2.13.0-M3/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-jmx_2.13.0-M3</artifactId>
<version>0.39</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-jmx_2.13.0-M3/
implementation 'org.wvlet.airframe:airframe-jmx_2.13.0-M3:0.39'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-jmx_2.13.0-M3/
implementation ("org.wvlet.airframe:airframe-jmx_2.13.0-M3:0.39")
'org.wvlet.airframe:airframe-jmx_2.13.0-M3:jar:0.39'
<dependency org="org.wvlet.airframe" name="airframe-jmx_2.13.0-M3" rev="0.39">
<artifact name="airframe-jmx_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-jmx_2.13.0-M3', version='0.39')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-jmx_2.13.0-M3" % "0.39"
[org.wvlet.airframe/airframe-jmx_2.13.0-M3 "0.39"]