GroupId | GroupIdcom.xqbase |
---|---|
ArtifactId | ArtifactIdtuna-http |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
tuna-http-0.1.5.pom | |
tuna-http-0.1.5.jar | 9 KB |
tuna-http-0.1.5-sources.jar | 6 KB |
tuna-http-0.1.5-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xqbase/tuna-http/ -->
<dependency>
<groupId>com.xqbase</groupId>
<artifactId>tuna-http</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.xqbase/tuna-http/
implementation 'com.xqbase:tuna-http:0.1.5'
// https://jarcasting.com/artifacts/com.xqbase/tuna-http/
implementation ("com.xqbase:tuna-http:0.1.5")
'com.xqbase:tuna-http:jar:0.1.5'
<dependency org="com.xqbase" name="tuna-http" rev="0.1.5">
<artifact name="tuna-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xqbase', module='tuna-http', version='0.1.5')
)
libraryDependencies += "com.xqbase" % "tuna-http" % "0.1.5"
[com.xqbase/tuna-http "0.1.5"]