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