MVN

org.geotoolkit : geotk-logging-log4j

Maven & Gradle

Nov 02, 2012

Log4J logging adapter · An adapter for using Log4J in Geotk. Geotk will automatically redirect all its logging events to Log4J if this JAR is on the classpath. If there is no need for Log4J inter-operability, we recommend to NOT include this JAR on the classpath in order to use the default Java logging framework instead.

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-logging-log4j</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geotoolkit : geotk-logging-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.20-geoapi-3.0

All Versions

Choose a version of org.geotoolkit : geotk-logging-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.20
geotk-logging-log4j-3.20-geoapi-3.0
3.19
geotk-logging-log4j-3.19-geoapi-3.0
3.18
geotk-logging-log4j-3.18-geoapi-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-logging-log4j</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geotoolkit : geotk-logging-log4j gradle dependency to your build.gradle file:

implementation 'org.geotoolkit:geotk-logging-log4j:3.20-geoapi-3.0'

Gradle Kotlin DSL: Add the following org.geotoolkit : geotk-logging-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geotoolkit:geotk-logging-log4j:3.20-geoapi-3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geotoolkit : geotk-logging-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geotoolkit" % "geotk-logging-log4j" % "3.20-geoapi-3.0"

Advertisement