| GroupId | GroupIdcn.jexxs |
|---|---|
| ArtifactId | ArtifactIdjexx-http |
| Version | Version1.0.12-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| jexx-http-1.0.12-RELEASE.pom | |
| jexx-http-1.0.12-RELEASE.jar | 61 KB |
| jexx-http-1.0.12-RELEASE-sources.jar | 30 KB |
| jexx-http-1.0.12-RELEASE-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.jexxs/jexx-http/ -->
<dependency>
<groupId>cn.jexxs</groupId>
<artifactId>jexx-http</artifactId>
<version>1.0.12-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jexxs/jexx-http/
implementation 'cn.jexxs:jexx-http:1.0.12-RELEASE'
// https://jarcasting.com/artifacts/cn.jexxs/jexx-http/
implementation ("cn.jexxs:jexx-http:1.0.12-RELEASE")
'cn.jexxs:jexx-http:jar:1.0.12-RELEASE'
<dependency org="cn.jexxs" name="jexx-http" rev="1.0.12-RELEASE">
<artifact name="jexx-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jexxs', module='jexx-http', version='1.0.12-RELEASE')
)
libraryDependencies += "cn.jexxs" % "jexx-http" % "1.0.12-RELEASE"
[cn.jexxs/jexx-http "1.0.12-RELEASE"]