GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu-http |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
luoshu-http-0.3.pom | |
luoshu-http-0.3.jar | 76 KB |
luoshu-http-0.3-sources.jar | 51 KB |
luoshu-http-0.3-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-http/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu-http</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-http/
implementation 'com.github.luoshu-open:luoshu-http:0.3'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-http/
implementation ("com.github.luoshu-open:luoshu-http:0.3")
'com.github.luoshu-open:luoshu-http:jar:0.3'
<dependency org="com.github.luoshu-open" name="luoshu-http" rev="0.3">
<artifact name="luoshu-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-http', version='0.3')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-http" % "0.3"
[com.github.luoshu-open/luoshu-http "0.3"]