License |
License |
---|---|
GroupId | GroupIdorg.wvlet.airframe |
ArtifactId | ArtifactIdairframe-http-router_2.12 |
Version | Version22.3.0 |
Type | Typejar |
Description |
Descriptionairframe-http-router
Request routing library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-router_2.12/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-http-router_2.12</artifactId>
<version>22.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-router_2.12/
implementation 'org.wvlet.airframe:airframe-http-router_2.12:22.3.0'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-http-router_2.12/
implementation ("org.wvlet.airframe:airframe-http-router_2.12:22.3.0")
'org.wvlet.airframe:airframe-http-router_2.12:jar:22.3.0'
<dependency org="org.wvlet.airframe" name="airframe-http-router_2.12" rev="22.3.0">
<artifact name="airframe-http-router_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-http-router_2.12', version='22.3.0')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-http-router_2.12" % "22.3.0"
[org.wvlet.airframe/airframe-http-router_2.12 "22.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
org.wvlet.airframe : airframe_2.12 | jar | 22.3.0 |
org.wvlet.airframe : airframe-http_2.12 | jar | 22.3.0 |
org.scala-lang.modules : scala-collection-compat_2.12 | jar | 2.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalacheck : scalacheck_2.12 | jar | 1.15.4 |