Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.nixiantongxue |
ArtifactId | ArtifactIdnio-http |
Version | Version0.1.15-beta |
Type | Typejar |
Filename | Size |
---|---|
nio-http-0.1.15-beta.pom | |
nio-http-0.1.15-beta.jar | 110 KB |
nio-http-0.1.15-beta-sources.jar | 62 KB |
nio-http-0.1.15-beta-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nixiantongxue/nio-http/ -->
<dependency>
<groupId>io.github.nixiantongxue</groupId>
<artifactId>nio-http</artifactId>
<version>0.1.15-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nixiantongxue/nio-http/
implementation 'io.github.nixiantongxue:nio-http:0.1.15-beta'
// https://jarcasting.com/artifacts/io.github.nixiantongxue/nio-http/
implementation ("io.github.nixiantongxue:nio-http:0.1.15-beta")
'io.github.nixiantongxue:nio-http:jar:0.1.15-beta'
<dependency org="io.github.nixiantongxue" name="nio-http" rev="0.1.15-beta">
<artifact name="nio-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nixiantongxue', module='nio-http', version='0.1.15-beta')
)
libraryDependencies += "io.github.nixiantongxue" % "nio-http" % "0.1.15-beta"
[io.github.nixiantongxue/nio-http "0.1.15-beta"]