| GroupId | GroupIdcom.github.gobars |
|---|---|
| ArtifactId | ArtifactIdhttplog |
| Version | Version0.0.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| httplog-0.0.19.pom | |
| httplog-0.0.19-sources.jar | 69 KB |
| httplog-0.0.19-javadoc.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gobars/httplog/ -->
<dependency>
<groupId>com.github.gobars</groupId>
<artifactId>httplog</artifactId>
<version>0.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gobars/httplog/
implementation 'com.github.gobars:httplog:0.0.19'
// https://jarcasting.com/artifacts/com.github.gobars/httplog/
implementation ("com.github.gobars:httplog:0.0.19")
'com.github.gobars:httplog:jar:0.0.19'
<dependency org="com.github.gobars" name="httplog" rev="0.0.19">
<artifact name="httplog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gobars', module='httplog', version='0.0.19')
)
libraryDependencies += "com.github.gobars" % "httplog" % "0.0.19"
[com.github.gobars/httplog "0.0.19"]