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