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