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