| GroupId | GroupIdcn.itlym |
|---|---|
| ArtifactId | ArtifactIdshoulder-http |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shoulder-http-0.1.pom | |
| shoulder-http-0.1.jar | 2 KB |
| shoulder-http-0.1-sources.jar | 2 KB |
| shoulder-http-0.1-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-http/ -->
<dependency>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-http</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-http/
implementation 'cn.itlym:shoulder-http:0.1'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-http/
implementation ("cn.itlym:shoulder-http:0.1")
'cn.itlym:shoulder-http:jar:0.1'
<dependency org="cn.itlym" name="shoulder-http" rev="0.1">
<artifact name="shoulder-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-http', version='0.1')
)
libraryDependencies += "cn.itlym" % "shoulder-http" % "0.1"
[cn.itlym/shoulder-http "0.1"]