Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.http4s |
ArtifactId | ArtifactIdhttp4s-jdk-http-client_3 |
Version | Version0.4.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.http4s/http4s-jdk-http-client_3/ -->
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-jdk-http-client_3</artifactId>
<version>0.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-jdk-http-client_3/
implementation 'org.http4s:http4s-jdk-http-client_3:0.4.0-RC1'
// https://jarcasting.com/artifacts/org.http4s/http4s-jdk-http-client_3/
implementation ("org.http4s:http4s-jdk-http-client_3:0.4.0-RC1")
'org.http4s:http4s-jdk-http-client_3:jar:0.4.0-RC1'
<dependency org="org.http4s" name="http4s-jdk-http-client_3" rev="0.4.0-RC1">
<artifact name="http4s-jdk-http-client_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-jdk-http-client_3', version='0.4.0-RC1')
)
libraryDependencies += "org.http4s" % "http4s-jdk-http-client_3" % "0.4.0-RC1"
[org.http4s/http4s-jdk-http-client_3 "0.4.0-RC1"]