Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdtlog-httpclient |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
tlog-httpclient-1.4.1.pom | |
tlog-httpclient-1.4.1.jar | 4 KB |
tlog-httpclient-1.4.1-sources.jar | 2 KB |
tlog-httpclient-1.4.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-httpclient/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-httpclient</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-httpclient/
implementation 'com.yomahub:tlog-httpclient:1.4.1'
// https://jarcasting.com/artifacts/com.yomahub/tlog-httpclient/
implementation ("com.yomahub:tlog-httpclient:1.4.1")
'com.yomahub:tlog-httpclient:jar:1.4.1'
<dependency org="com.yomahub" name="tlog-httpclient" rev="1.4.1">
<artifact name="tlog-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-httpclient', version='1.4.1')
)
libraryDependencies += "com.yomahub" % "tlog-httpclient" % "1.4.1"
[com.yomahub/tlog-httpclient "1.4.1"]