MVN

com.romanpierson : vertx-web-accesslog

Maven & Gradle

Apr 19, 2023
29 stars

Vertx Web Accesslog · An access log implementation to be used in vert web routes - inspired by apache / tomcat access log configuration

<dependency>
    <groupId>com.romanpierson</groupId>
    <artifactId>vertx-web-accesslog</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.romanpierson : vertx-web-accesslog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of com.romanpierson : vertx-web-accesslog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
vertx-web-accesslog-1.6.0
1.5.x
vertx-web-accesslog-1.5.0

How to add a dependency to Maven

Add the following com.romanpierson : vertx-web-accesslog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.romanpierson</groupId>
    <artifactId>vertx-web-accesslog</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.romanpierson : vertx-web-accesslog gradle dependency to your build.gradle file:

implementation 'com.romanpierson:vertx-web-accesslog:1.6.0'

Gradle Kotlin DSL: Add the following com.romanpierson : vertx-web-accesslog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.romanpierson:vertx-web-accesslog:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.romanpierson : vertx-web-accesslog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.romanpierson" % "vertx-web-accesslog" % "1.6.0"

Advertisement