MVN

org.openksavi.sponge : sponge-logging

Maven & Gradle

Sep 16, 2021
4 usages
7 stars

Sponge - Logging

<dependency>
    <groupId>org.openksavi.sponge</groupId>
    <artifactId>sponge-logging</artifactId>
    <version>1.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openksavi.sponge : sponge-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.0

All Versions

Choose a version of org.openksavi.sponge : sponge-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
sponge-logging-1.18.0
1.17.x
sponge-logging-1.17.1
sponge-logging-1.17.0
1.16.x
sponge-logging-1.16.5
sponge-logging-1.16.4
sponge-logging-1.16.3
sponge-logging-1.16.2
sponge-logging-1.16.1
sponge-logging-1.16.0
1.15.x
sponge-logging-1.15.0
1.14.x
sponge-logging-1.14.0
1.13.x
sponge-logging-1.13.0
1.12.x
sponge-logging-1.12.0
1.11.x
sponge-logging-1.11.0
1.10.x
sponge-logging-1.10.0
1.9.x
sponge-logging-1.9.0
1.8.x
sponge-logging-1.8.0
1.7.x
sponge-logging-1.7.0
1.6.x
sponge-logging-1.6.0
1.5.x
sponge-logging-1.5.0
1.4.x
sponge-logging-1.4.2
sponge-logging-1.4.1
sponge-logging-1.4.0
1.3.x
sponge-logging-1.3.3
sponge-logging-1.3.2
sponge-logging-1.3.1
sponge-logging-1.3.0
1.2.x
sponge-logging-1.2.0
1.1.x
sponge-logging-1.1.0

How to add a dependency to Maven

Add the following org.openksavi.sponge : sponge-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openksavi.sponge</groupId>
    <artifactId>sponge-logging</artifactId>
    <version>1.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openksavi.sponge : sponge-logging gradle dependency to your build.gradle file:

implementation 'org.openksavi.sponge:sponge-logging:1.18.0'

Gradle Kotlin DSL: Add the following org.openksavi.sponge : sponge-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openksavi.sponge:sponge-logging:1.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openksavi.sponge : sponge-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openksavi.sponge" % "sponge-logging" % "1.18.0"

Advertisement