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