MVN

org.smallmind : claxon-emitter-aws

Maven & Gradle

Jun 18, 2023

Claxon-Emitter-AWS · AWS Emitter

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>claxon-emitter-aws</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : claxon-emitter-aws to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : claxon-emitter-aws to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
claxon-emitter-aws-5.1.0
4.11.x
claxon-emitter-aws-4.11.1
claxon-emitter-aws-4.11.0
4.10.x
claxon-emitter-aws-4.10.0
4.9.x
claxon-emitter-aws-4.9.0
4.8.x
claxon-emitter-aws-4.8.5
claxon-emitter-aws-4.8.4
claxon-emitter-aws-4.8.3
claxon-emitter-aws-4.8.2
claxon-emitter-aws-4.8.1
claxon-emitter-aws-4.8.0
4.7.x
claxon-emitter-aws-4.7.1
claxon-emitter-aws-4.7.0
4.6.x
claxon-emitter-aws-4.6.0
4.5.x
claxon-emitter-aws-4.5.0
4.4.x
claxon-emitter-aws-4.4.11
claxon-emitter-aws-4.4.10
claxon-emitter-aws-4.4.9
claxon-emitter-aws-4.4.8
claxon-emitter-aws-4.4.7
claxon-emitter-aws-4.4.6
claxon-emitter-aws-4.4.5
claxon-emitter-aws-4.4.4
claxon-emitter-aws-4.4.3
claxon-emitter-aws-4.4.2
claxon-emitter-aws-4.4.1
4.3.x
claxon-emitter-aws-4.3.0
4.2.x
claxon-emitter-aws-4.2.0
4.1.x
claxon-emitter-aws-4.1.0

How to add a dependency to Maven

Add the following org.smallmind : claxon-emitter-aws maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>claxon-emitter-aws</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : claxon-emitter-aws gradle dependency to your build.gradle file:

implementation 'org.smallmind:claxon-emitter-aws:5.1.0'

Gradle Kotlin DSL: Add the following org.smallmind : claxon-emitter-aws gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:claxon-emitter-aws:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : claxon-emitter-aws sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "claxon-emitter-aws" % "5.1.0"

Advertisement