Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.nike.wingtips |
ArtifactId | ArtifactIdwingtips-apache-http-client |
Version | Version0.19.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-apache-http-client/ -->
<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-apache-http-client</artifactId>
<version>0.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-apache-http-client/
implementation 'com.nike.wingtips:wingtips-apache-http-client:0.19.1'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-apache-http-client/
implementation ("com.nike.wingtips:wingtips-apache-http-client:0.19.1")
'com.nike.wingtips:wingtips-apache-http-client:jar:0.19.1'
<dependency org="com.nike.wingtips" name="wingtips-apache-http-client" rev="0.19.1">
<artifact name="wingtips-apache-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-apache-http-client', version='0.19.1')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-apache-http-client" % "0.19.1"
[com.nike.wingtips/wingtips-apache-http-client "0.19.1"]