GroupId | GroupIdcom.aceql |
---|---|
ArtifactId | ArtifactIdaceql-http |
Version | Version1.0-beta-5 |
Type | Typejar |
Filename | Size |
---|---|
aceql-http-1.0-beta-5.pom | |
aceql-http-1.0-beta-5.jar | 197 KB |
aceql-http-1.0-beta-5-sources.jar | 266 KB |
aceql-http-1.0-beta-5-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http/ -->
<dependency>
<groupId>com.aceql</groupId>
<artifactId>aceql-http</artifactId>
<version>1.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation 'com.aceql:aceql-http:1.0-beta-5'
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation ("com.aceql:aceql-http:1.0-beta-5")
'com.aceql:aceql-http:jar:1.0-beta-5'
<dependency org="com.aceql" name="aceql-http" rev="1.0-beta-5">
<artifact name="aceql-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http', version='1.0-beta-5')
)
libraryDependencies += "com.aceql" % "aceql-http" % "1.0-beta-5"
[com.aceql/aceql-http "1.0-beta-5"]