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