| GroupId | GroupIdcom.github.httl |
|---|---|
| ArtifactId | ArtifactIdhttl-webx |
| Version | Version1.0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httl-webx-1.0.10.pom | |
| httl-webx-1.0.10.jar | 11 KB |
| httl-webx-1.0.10-sources.jar | 6 KB |
| httl-webx-1.0.10-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.httl/httl-webx/ -->
<dependency>
<groupId>com.github.httl</groupId>
<artifactId>httl-webx</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.httl/httl-webx/
implementation 'com.github.httl:httl-webx:1.0.10'
// https://jarcasting.com/artifacts/com.github.httl/httl-webx/
implementation ("com.github.httl:httl-webx:1.0.10")
'com.github.httl:httl-webx:jar:1.0.10'
<dependency org="com.github.httl" name="httl-webx" rev="1.0.10">
<artifact name="httl-webx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.httl', module='httl-webx', version='1.0.10')
)
libraryDependencies += "com.github.httl" % "httl-webx" % "1.0.10"
[com.github.httl/httl-webx "1.0.10"]