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