Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.nike.wingtips |
ArtifactId | ArtifactIdwingtips-apache-http-client |
Version | Version0.20.0 |
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.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-apache-http-client/
implementation 'com.nike.wingtips:wingtips-apache-http-client:0.20.0'
// https://jarcasting.com/artifacts/com.nike.wingtips/wingtips-apache-http-client/
implementation ("com.nike.wingtips:wingtips-apache-http-client:0.20.0")
'com.nike.wingtips:wingtips-apache-http-client:jar:0.20.0'
<dependency org="com.nike.wingtips" name="wingtips-apache-http-client" rev="0.20.0">
<artifact name="wingtips-apache-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-apache-http-client', version='0.20.0')
)
libraryDependencies += "com.nike.wingtips" % "wingtips-apache-http-client" % "0.20.0"
[com.nike.wingtips/wingtips-apache-http-client "0.20.0"]