Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdcom.payneteasy.superfly |
ArtifactId | ArtifactIdsuperfly-httpclient-ssl |
Version | Version1.7-15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-httpclient-ssl/ -->
<dependency>
<groupId>com.payneteasy.superfly</groupId>
<artifactId>superfly-httpclient-ssl</artifactId>
<version>1.7-15</version>
</dependency>
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-httpclient-ssl/
implementation 'com.payneteasy.superfly:superfly-httpclient-ssl:1.7-15'
// https://jarcasting.com/artifacts/com.payneteasy.superfly/superfly-httpclient-ssl/
implementation ("com.payneteasy.superfly:superfly-httpclient-ssl:1.7-15")
'com.payneteasy.superfly:superfly-httpclient-ssl:jar:1.7-15'
<dependency org="com.payneteasy.superfly" name="superfly-httpclient-ssl" rev="1.7-15">
<artifact name="superfly-httpclient-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.payneteasy.superfly', module='superfly-httpclient-ssl', version='1.7-15')
)
libraryDependencies += "com.payneteasy.superfly" % "superfly-httpclient-ssl" % "1.7-15"
[com.payneteasy.superfly/superfly-httpclient-ssl "1.7-15"]