MVN

com.corp2world : c2w-java-client-log4j

Maven & Gradle

Jun 25, 2015
2 stars

Corp2World Appender for Log4j · Appender for Log4j library to send logging messages to Corp2World service

<dependency>
    <groupId>com.corp2world</groupId>
    <artifactId>c2w-java-client-log4j</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.corp2world : c2w-java-client-log4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.corp2world : c2w-java-client-log4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
c2w-java-client-log4j-1.0.1
c2w-java-client-log4j-1.0.0

How to add a dependency to Maven

Add the following com.corp2world : c2w-java-client-log4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.corp2world</groupId>
    <artifactId>c2w-java-client-log4j</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.corp2world : c2w-java-client-log4j gradle dependency to your build.gradle file:

implementation 'com.corp2world:c2w-java-client-log4j:1.0.1'

Gradle Kotlin DSL: Add the following com.corp2world : c2w-java-client-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.corp2world:c2w-java-client-log4j:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.corp2world : c2w-java-client-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.corp2world" % "c2w-java-client-log4j" % "1.0.1"

Advertisement