MVN

com.github.yoojia : next-web-logging

Maven & Gradle

Nov 30, 2016

NextWebKotlin · NextWebKotlin: A Servlet 3+ based micro web framework written in Kotlin

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-web-logging</artifactId>
    <version>2.a.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yoojia : next-web-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.a.21
  • Latest Alpha: 3.0.5-alpha

All Versions

Choose a version of com.github.yoojia : next-web-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
next-web-logging-3.0.5-alpha
next-web-logging-3.0.3-alpha
next-web-logging-3.0.2-alpha
next-web-logging-3.0.1-alpha
next-web-logging-3.0.0-alpha
2.21
next-web-logging-2.21-alpha
2.a.x
next-web-logging-2.a.21
next-web-logging-2.a.20-8
next-web-logging-2.a.20-7
next-web-logging-2.a.20-6
next-web-logging-2.a.20-5
next-web-logging-2.a.20-4
next-web-logging-2.a.20-3
next-web-logging-2.a.20-2
next-web-logging-2.a.20-1
next-web-logging-2.a.20
next-web-logging-2.a.19-2
next-web-logging-2.a.19-1
next-web-logging-2.a.19
next-web-logging-2.a.18
next-web-logging-2.a.17
next-web-logging-2.a.16-1
next-web-logging-2.a.16
next-web-logging-2.a.15-3
next-web-logging-2.a.15-2
next-web-logging-2.a.15-1
next-web-logging-2.a.15
next-web-logging-2.a.14

How to add a dependency to Maven

Add the following com.github.yoojia : next-web-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yoojia</groupId>
    <artifactId>next-web-logging</artifactId>
    <version>2.a.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yoojia : next-web-logging gradle dependency to your build.gradle file:

implementation 'com.github.yoojia:next-web-logging:2.a.21'

Gradle Kotlin DSL: Add the following com.github.yoojia : next-web-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yoojia:next-web-logging:2.a.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yoojia : next-web-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yoojia" % "next-web-logging" % "2.a.21"