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