MVN

com.gammarer : aws-secure-vpc-bucket

Maven & Gradle

Aug 25, 2023
0 stars

com.gammarer:aws-secure-vpc-bucket · Access from specific VPC Endpoint only Bucket

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

Latest Version

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

  • Latest Stable: 0.7.12

All Versions

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

Version Vulnerabilities Updated
0.7.x
aws-secure-vpc-bucket-0.7.12
aws-secure-vpc-bucket-0.7.11
aws-secure-vpc-bucket-0.7.10
aws-secure-vpc-bucket-0.7.9
aws-secure-vpc-bucket-0.7.8
aws-secure-vpc-bucket-0.7.7
aws-secure-vpc-bucket-0.7.6
aws-secure-vpc-bucket-0.7.5
aws-secure-vpc-bucket-0.7.4
aws-secure-vpc-bucket-0.7.3
aws-secure-vpc-bucket-0.7.2
aws-secure-vpc-bucket-0.7.1
aws-secure-vpc-bucket-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gammarer</groupId>
    <artifactId>aws-secure-vpc-bucket</artifactId>
    <version>0.7.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gammarer:aws-secure-vpc-bucket:0.7.12'

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

implementation("com.gammarer:aws-secure-vpc-bucket:0.7.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gammarer" % "aws-secure-vpc-bucket" % "0.7.12"