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.28.6.jar 下载
glue-2.28.6.pom 下载
glue-2.28.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>glue</artifactId>
  <version>2.28.6</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:glue:2.28.6'
Gradle Kotlin
implementation("software.amazon.awssdk:glue:2.28.6")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "glue" % "2.28.6"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='glue', version='2.28.6')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="glue" rev="2.28.6" />
Leiningen
[software.amazon.awssdk/glue "2.28.6"]
Apache Buildr
'software.amazon.awssdk:glue:jar:2.28.6'