MVN

org.sisioh : aws4s-cfn_2.10

Maven & Gradle

Jan 09, 2018
2 usages

aws4s-cfn · aws4s-cfn

<dependency>
    <groupId>org.sisioh</groupId>
    <artifactId>aws4s-cfn_2.10</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sisioh : aws4s-cfn_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of org.sisioh : aws4s-cfn_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aws4s-cfn_2.10-1.0.16
aws4s-cfn_2.10-1.0.15
aws4s-cfn_2.10-1.0.14
aws4s-cfn_2.10-1.0.13
aws4s-cfn_2.10-1.0.12
aws4s-cfn_2.10-1.0.11
aws4s-cfn_2.10-1.0.10
aws4s-cfn_2.10-1.0.9
aws4s-cfn_2.10-1.0.8
aws4s-cfn_2.10-1.0.7
aws4s-cfn_2.10-1.0.6
aws4s-cfn_2.10-1.0.5
aws4s-cfn_2.10-1.0.4

How to add a dependency to Maven

Add the following org.sisioh : aws4s-cfn_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sisioh</groupId>
    <artifactId>aws4s-cfn_2.10</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sisioh : aws4s-cfn_2.10 gradle dependency to your build.gradle file:

implementation 'org.sisioh:aws4s-cfn_2.10:1.0.16'

Gradle Kotlin DSL: Add the following org.sisioh : aws4s-cfn_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sisioh:aws4s-cfn_2.10:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sisioh : aws4s-cfn_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sisioh" % "aws4s-cfn_2.10" % "1.0.16"

Advertisement