g

glue

The AWS Java SDK for AWS Glue module holds the client classes that are used for communicating with AWS Glue Service
https://aws.amazon.com/sdkforjava
文件下载
文件名 操作
glue-2.29.3.jar 下载
glue-2.29.3.pom 下载
glue-2.29.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>glue</artifactId>
  <version>2.29.3</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:glue:2.29.3'
Gradle Kotlin
implementation("software.amazon.awssdk:glue:2.29.3")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "glue" % "2.29.3"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='glue', version='2.29.3')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="glue" rev="2.29.3" />
Leiningen
[software.amazon.awssdk/glue "2.29.3"]
Apache Buildr
'software.amazon.awssdk:glue:jar:2.29.3'