GroupId | GroupIdcom.github.g-chenning |
---|---|
ArtifactId | ArtifactIdhttp-wcn |
Version | Version0.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
http-wcn-0.0.1-RELEASE.pom | |
http-wcn-0.0.1-RELEASE.jar | 8 MB |
http-wcn-0.0.1-RELEASE-sources.jar | 9 KB |
http-wcn-0.0.1-RELEASE-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.g-chenning/http-wcn/ -->
<dependency>
<groupId>com.github.g-chenning</groupId>
<artifactId>http-wcn</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.g-chenning/http-wcn/
implementation 'com.github.g-chenning:http-wcn:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.g-chenning/http-wcn/
implementation ("com.github.g-chenning:http-wcn:0.0.1-RELEASE")
'com.github.g-chenning:http-wcn:jar:0.0.1-RELEASE'
<dependency org="com.github.g-chenning" name="http-wcn" rev="0.0.1-RELEASE">
<artifact name="http-wcn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.g-chenning', module='http-wcn', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.g-chenning" % "http-wcn" % "0.0.1-RELEASE"
[com.github.g-chenning/http-wcn "0.0.1-RELEASE"]