GroupId | GroupIdhttpcomponents-httpcore |
---|---|
ArtifactId | ArtifactIdjakarta-httpcore-niossl |
Last Version | Last Version4.0-alpha4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jakarta-httpcore-niossl-4.0-alpha4.pom | |
jakarta-httpcore-niossl-4.0-alpha4.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore-niossl/ -->
<dependency>
<groupId>httpcomponents-httpcore</groupId>
<artifactId>jakarta-httpcore-niossl</artifactId>
<version>4.0-alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore-niossl/
implementation 'httpcomponents-httpcore:jakarta-httpcore-niossl:4.0-alpha4'
// https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore-niossl/
implementation ("httpcomponents-httpcore:jakarta-httpcore-niossl:4.0-alpha4")
'httpcomponents-httpcore:jakarta-httpcore-niossl:jar:4.0-alpha4'
<dependency org="httpcomponents-httpcore" name="jakarta-httpcore-niossl" rev="4.0-alpha4">
<artifact name="jakarta-httpcore-niossl" type="jar" />
</dependency>
@Grapes(
@Grab(group='httpcomponents-httpcore', module='jakarta-httpcore-niossl', version='4.0-alpha4')
)
libraryDependencies += "httpcomponents-httpcore" % "jakarta-httpcore-niossl" % "4.0-alpha4"
[httpcomponents-httpcore/jakarta-httpcore-niossl "4.0-alpha4"]