MVN

com.carrotgarden.log : carrot-log4j-aws-sns

Maven & Gradle

Mar 22, 2013
1 usages
2 stars

log4j appender for amazon sns

<dependency>
    <groupId>com.carrotgarden.log</groupId>
    <artifactId>carrot-log4j-aws-sns</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.carrotgarden.log : carrot-log4j-aws-sns to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.carrotgarden.log : carrot-log4j-aws-sns to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
carrot-log4j-aws-sns-1.1.2
1.0.x
carrot-log4j-aws-sns-1.0.8
carrot-log4j-aws-sns-1.0.1

How to add a dependency to Maven

Add the following com.carrotgarden.log : carrot-log4j-aws-sns maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.carrotgarden.log</groupId>
    <artifactId>carrot-log4j-aws-sns</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.carrotgarden.log : carrot-log4j-aws-sns gradle dependency to your build.gradle file:

implementation 'com.carrotgarden.log:carrot-log4j-aws-sns:1.1.2'

Gradle Kotlin DSL: Add the following com.carrotgarden.log : carrot-log4j-aws-sns gradle kotlin dependency to your build.gradle.kts file:

implementation("com.carrotgarden.log:carrot-log4j-aws-sns:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.carrotgarden.log : carrot-log4j-aws-sns sbt scala dependency to your build.sbt file:

libraryDependencies += "com.carrotgarden.log" % "carrot-log4j-aws-sns" % "1.1.2"