MVN

com.github.gobars : httplog

Maven & Gradle

Dec 29, 2021
5 stars

httplog · a http logger

<dependency>
    <groupId>com.github.gobars</groupId>
    <artifactId>httplog</artifactId>
    <version>0.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gobars : httplog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.26

All Versions

Choose a version of com.github.gobars : httplog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
httplog-0.0.26
httplog-0.0.25
httplog-0.0.24
httplog-0.0.21
httplog-0.0.20
httplog-0.0.19
httplog-0.0.18
httplog-0.0.17
httplog-0.0.16
httplog-0.0.15
httplog-0.0.14
httplog-0.0.13
httplog-0.0.12
httplog-0.0.11
httplog-0.0.10
httplog-0.0.9
httplog-0.0.8
httplog-0.0.7
httplog-0.0.6
httplog-0.0.5
httplog-0.0.4
httplog-0.0.2
httplog-0.0.1

How to add a dependency to Maven

Add the following com.github.gobars : httplog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gobars</groupId>
    <artifactId>httplog</artifactId>
    <version>0.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gobars : httplog gradle dependency to your build.gradle file:

implementation 'com.github.gobars:httplog:0.0.26'

Gradle Kotlin DSL: Add the following com.github.gobars : httplog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gobars:httplog:0.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gobars : httplog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gobars" % "httplog" % "0.0.26"

Advertisement