Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ladsn |
ArtifactId | ArtifactIdladsn-commons-httpclient |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ladsn/ladsn-commons-httpclient/ -->
<dependency>
<groupId>org.ladsn</groupId>
<artifactId>ladsn-commons-httpclient</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ladsn/ladsn-commons-httpclient/
implementation 'org.ladsn:ladsn-commons-httpclient:1.0.1'
// https://jarcasting.com/artifacts/org.ladsn/ladsn-commons-httpclient/
implementation ("org.ladsn:ladsn-commons-httpclient:1.0.1")
'org.ladsn:ladsn-commons-httpclient:jar:1.0.1'
<dependency org="org.ladsn" name="ladsn-commons-httpclient" rev="1.0.1">
<artifact name="ladsn-commons-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ladsn', module='ladsn-commons-httpclient', version='1.0.1')
)
libraryDependencies += "org.ladsn" % "ladsn-commons-httpclient" % "1.0.1"
[org.ladsn/ladsn-commons-httpclient "1.0.1"]