文件下载
文件名 操作
aws-parameterstore-lambda_3-4.0.0.jar 下载
aws-parameterstore-lambda_3-4.0.0.pom 下载
aws-parameterstore-lambda_3-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gu.play-secret-rotation</groupId>
  <artifactId>aws-parameterstore-lambda_3</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.gu.play-secret-rotation:aws-parameterstore-lambda_3:4.0.0'
Gradle Kotlin
implementation("com.gu.play-secret-rotation:aws-parameterstore-lambda_3:4.0.0")
Scala SBT
libraryDependencies += "com.gu.play-secret-rotation" % "aws-parameterstore-lambda_3" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gu.play-secret-rotation', module='aws-parameterstore-lambda_3', version='4.0.0')
)
Apache Ivy
<dependency org="com.gu.play-secret-rotation" name="aws-parameterstore-lambda_3" rev="4.0.0" />
Leiningen
[com.gu.play-secret-rotation/aws-parameterstore-lambda_3 "4.0.0"]
Apache Buildr
'com.gu.play-secret-rotation:aws-parameterstore-lambda_3:jar:4.0.0'