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