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