Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdorg.apache.httpcomponents.core5 |
ArtifactId | ArtifactIdhttpcore5-h2 |
Version | Version5.0-beta6 |
Type | Typejar |
Filename | Size |
---|---|
httpcore5-h2-5.0-beta6.pom | |
httpcore5-h2-5.0-beta6.jar | 222 KB |
httpcore5-h2-5.0-beta6-sources.jar | 163 KB |
httpcore5-h2-5.0-beta6-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/ -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-h2</artifactId>
<version>5.0-beta6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta6'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-h2/
implementation ("org.apache.httpcomponents.core5:httpcore5-h2:5.0-beta6")
'org.apache.httpcomponents.core5:httpcore5-h2:jar:5.0-beta6'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-h2" rev="5.0-beta6">
<artifact name="httpcore5-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.0-beta6')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-h2" % "5.0-beta6"
[org.apache.httpcomponents.core5/httpcore5-h2 "5.0-beta6"]