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