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