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