Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.httpclient451 |
Version | Version3.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.httpclient451/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.httpclient451</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.httpclient451/
implementation 'org.tinygroup:org.tinygroup.httpclient451:3.4.3'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.httpclient451/
implementation ("org.tinygroup:org.tinygroup.httpclient451:3.4.3")
'org.tinygroup:org.tinygroup.httpclient451:jar:3.4.3'
<dependency org="org.tinygroup" name="org.tinygroup.httpclient451" rev="3.4.3">
<artifact name="org.tinygroup.httpclient451" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.httpclient451', version='3.4.3')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.httpclient451" % "3.4.3"
[org.tinygroup/org.tinygroup.httpclient451 "3.4.3"]