MVN

software.amazon.neptune : neptune-endpoints-info-lambda

Maven & Gradle

Jan 10, 2023
287 stars

neptune-endpoints-info-lambda · An AWS Lambda function that retrieves details of Amazon Neptune endpoints.

<dependency>
    <groupId>software.amazon.neptune</groupId>
    <artifactId>neptune-endpoints-info-lambda</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of software.amazon.neptune : neptune-endpoints-info-lambda to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of software.amazon.neptune : neptune-endpoints-info-lambda to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
neptune-endpoints-info-lambda-1.0.8
neptune-endpoints-info-lambda-1.0.7
neptune-endpoints-info-lambda-1.0.2
neptune-endpoints-info-lambda-1.0.1
neptune-endpoints-info-lambda-1.0.0

How to add a dependency to Maven

Add the following software.amazon.neptune : neptune-endpoints-info-lambda maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>software.amazon.neptune</groupId>
    <artifactId>neptune-endpoints-info-lambda</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following software.amazon.neptune : neptune-endpoints-info-lambda gradle dependency to your build.gradle file:

implementation 'software.amazon.neptune:neptune-endpoints-info-lambda:1.0.8'

Gradle Kotlin DSL: Add the following software.amazon.neptune : neptune-endpoints-info-lambda gradle kotlin dependency to your build.gradle.kts file:

implementation("software.amazon.neptune:neptune-endpoints-info-lambda:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following software.amazon.neptune : neptune-endpoints-info-lambda sbt scala dependency to your build.sbt file:

libraryDependencies += "software.amazon.neptune" % "neptune-endpoints-info-lambda" % "1.0.8"