License |
License |
---|---|
GroupId | GroupIdcom.frugalmechanic |
ArtifactId | ArtifactIdfm-http_2.12 |
Version | Version0.46.0 |
Type | Typejar |
Description |
Descriptionfm-http
Async Http Client & Server for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fm-http_2.12-0.46.0.pom | |
fm-http_2.12-0.46.0.jar | 689 KB |
fm-http_2.12-0.46.0-sources.jar | 115 KB |
fm-http_2.12-0.46.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.frugalmechanic/fm-http_2.12/ -->
<dependency>
<groupId>com.frugalmechanic</groupId>
<artifactId>fm-http_2.12</artifactId>
<version>0.46.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-http_2.12/
implementation 'com.frugalmechanic:fm-http_2.12:0.46.0'
// https://jarcasting.com/artifacts/com.frugalmechanic/fm-http_2.12/
implementation ("com.frugalmechanic:fm-http_2.12:0.46.0")
'com.frugalmechanic:fm-http_2.12:jar:0.46.0'
<dependency org="com.frugalmechanic" name="fm-http_2.12" rev="0.46.0">
<artifact name="fm-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.frugalmechanic', module='fm-http_2.12', version='0.46.0')
)
libraryDependencies += "com.frugalmechanic" % "fm-http_2.12" % "0.46.0"
[com.frugalmechanic/fm-http_2.12 "0.46.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
com.frugalmechanic : scala-optparse_2.12 | jar | 1.1.3 |
com.frugalmechanic : fm-common_2.12 | jar | 0.50.0 |
io.netty : netty-all | jar | 4.1.77.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.77.Final |
io.netty : netty-transport-native-epoll | jar | 4.1.77.Final |
io.netty : netty-transport-native-kqueue | jar | 4.1.77.Final |
io.netty : netty-transport-native-kqueue | jar | 4.1.77.Final |
com.jcraft : jzlib | jar | 1.1.3 |
com.github.jnr : jnr-posix | jar | 3.0.42 |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
javax.mail : mail | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
com.frugalmechanic : fm-lazyseq_2.12 | jar | 0.14.0 |
org.scalatest : scalatest_2.12 | jar | 3.0.5 |