GroupId | GroupIdcom.fcibook.quick |
---|---|
ArtifactId | ArtifactIdquick-http |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
quick-http-1.3.pom | |
quick-http-1.3.jar | 23 KB |
quick-http-1.3-sources.jar | 14 KB |
quick-http-1.3-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fcibook.quick/quick-http/ -->
<dependency>
<groupId>com.fcibook.quick</groupId>
<artifactId>quick-http</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fcibook.quick/quick-http/
implementation 'com.fcibook.quick:quick-http:1.3'
// https://jarcasting.com/artifacts/com.fcibook.quick/quick-http/
implementation ("com.fcibook.quick:quick-http:1.3")
'com.fcibook.quick:quick-http:jar:1.3'
<dependency org="com.fcibook.quick" name="quick-http" rev="1.3">
<artifact name="quick-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fcibook.quick', module='quick-http', version='1.3')
)
libraryDependencies += "com.fcibook.quick" % "quick-http" % "1.3"
[com.fcibook.quick/quick-http "1.3"]