GroupId | GroupIdorg.wvlet.airframe |
---|---|
ArtifactId | ArtifactIdairframe-log_2.12 |
Version | Version20.1.3 |
Type | Typejar |
Filename | Size |
---|---|
airframe-log_2.12-20.1.3.pom | |
airframe-log_2.12-20.1.3.jar | 172 KB |
airframe-log_2.12-20.1.3-sources.jar | 29 KB |
airframe-log_2.12-20.1.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-log_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-log_2.12</artifactId>
<version>20.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-log_2.12/
implementation 'org.wvlet.airframe:airframe-log_2.12:20.1.3'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-log_2.12/
implementation ("org.wvlet.airframe:airframe-log_2.12:20.1.3")
'org.wvlet.airframe:airframe-log_2.12:jar:20.1.3'
<dependency org="org.wvlet.airframe" name="airframe-log_2.12" rev="20.1.3">
<artifact name="airframe-log_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-log_2.12', version='20.1.3')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-log_2.12" % "20.1.3"
[org.wvlet.airframe/airframe-log_2.12 "20.1.3"]