GroupId | GroupIdcom.github.yelong0216 |
---|---|
ArtifactId | ArtifactIdyelong-http |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
yelong-http-1.0.0.pom | |
yelong-http-1.0.0.jar | 24 KB |
yelong-http-1.0.0-sources.jar | 19 KB |
yelong-http-1.0.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-http/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-http/
implementation 'com.github.yelong0216:yelong-http:1.0.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-http/
implementation ("com.github.yelong0216:yelong-http:1.0.0")
'com.github.yelong0216:yelong-http:jar:1.0.0'
<dependency org="com.github.yelong0216" name="yelong-http" rev="1.0.0">
<artifact name="yelong-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-http', version='1.0.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-http" % "1.0.0"
[com.github.yelong0216/yelong-http "1.0.0"]