| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.skeychen |
| ArtifactId | ArtifactIddswork-http |
| Version | Version8.8.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| dswork-http-8.8.0.RELEASE.pom | |
| dswork-http-8.8.0.RELEASE.jar | 12 KB |
| dswork-http-8.8.0.RELEASE-sources.jar | 11 KB |
| dswork-http-8.8.0.RELEASE-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-http/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-http</artifactId>
<version>8.8.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-http/
implementation 'com.github.skeychen:dswork-http:8.8.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-http/
implementation ("com.github.skeychen:dswork-http:8.8.0.RELEASE")
'com.github.skeychen:dswork-http:jar:8.8.0.RELEASE'
<dependency org="com.github.skeychen" name="dswork-http" rev="8.8.0.RELEASE">
<artifact name="dswork-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-http', version='8.8.0.RELEASE')
)
libraryDependencies += "com.github.skeychen" % "dswork-http" % "8.8.0.RELEASE"
[com.github.skeychen/dswork-http "8.8.0.RELEASE"]