Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aceql |
ArtifactId | ArtifactIdaceql-http-client-sdk |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
aceql-http-client-sdk-2.0.pom | |
aceql-http-client-sdk-2.0.jar | 395 KB |
aceql-http-client-sdk-2.0-sources.jar | 133 KB |
aceql-http-client-sdk-2.0-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/ -->
<dependency>
<groupId>com.aceql</groupId>
<artifactId>aceql-http-client-sdk</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/
implementation 'com.aceql:aceql-http-client-sdk:2.0'
// https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/
implementation ("com.aceql:aceql-http-client-sdk:2.0")
'com.aceql:aceql-http-client-sdk:jar:2.0'
<dependency org="com.aceql" name="aceql-http-client-sdk" rev="2.0">
<artifact name="aceql-http-client-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http-client-sdk', version='2.0')
)
libraryDependencies += "com.aceql" % "aceql-http-client-sdk" % "2.0"
[com.aceql/aceql-http-client-sdk "2.0"]