MVN

com.gammarer : aws-secure-flow-log-bucket

Maven & Gradle

Aug 25, 2023
0 stars

com.gammarer:aws-secure-flow-log-bucket · Specific AWS VPC FlowLog Bucket

<dependency>
    <groupId>com.gammarer</groupId>
    <artifactId>aws-secure-flow-log-bucket</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gammarer : aws-secure-flow-log-bucket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.gammarer : aws-secure-flow-log-bucket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
aws-secure-flow-log-bucket-0.5.2
aws-secure-flow-log-bucket-0.5.1
aws-secure-flow-log-bucket-0.5.0
0.4.x
aws-secure-flow-log-bucket-0.4.14
aws-secure-flow-log-bucket-0.4.13
aws-secure-flow-log-bucket-0.4.12
aws-secure-flow-log-bucket-0.4.11
aws-secure-flow-log-bucket-0.4.10
aws-secure-flow-log-bucket-0.4.9
aws-secure-flow-log-bucket-0.4.8
aws-secure-flow-log-bucket-0.4.7
aws-secure-flow-log-bucket-0.4.6
aws-secure-flow-log-bucket-0.4.5
aws-secure-flow-log-bucket-0.4.4
aws-secure-flow-log-bucket-0.4.3
aws-secure-flow-log-bucket-0.4.2
aws-secure-flow-log-bucket-0.4.1
aws-secure-flow-log-bucket-0.4.0

How to add a dependency to Maven

Add the following com.gammarer : aws-secure-flow-log-bucket maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gammarer</groupId>
    <artifactId>aws-secure-flow-log-bucket</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gammarer : aws-secure-flow-log-bucket gradle dependency to your build.gradle file:

implementation 'com.gammarer:aws-secure-flow-log-bucket:0.5.2'

Gradle Kotlin DSL: Add the following com.gammarer : aws-secure-flow-log-bucket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gammarer:aws-secure-flow-log-bucket:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gammarer : aws-secure-flow-log-bucket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gammarer" % "aws-secure-flow-log-bucket" % "0.5.2"