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