MVN

org.geotoolkit : geotk-logging-commons

Maven & Gradle

Nov 02, 2012

Apache logging adapter · An adapter for using Apache's commons-logging in Geotk. Geotk will automatically redirect all its logging events to commons-logging if this JAR is on the classpath. If there is no need for commons-logging 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-commons</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-commons 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-commons to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-logging-commons</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-commons gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement