a

awskt-appsync

Helpers for building AppSync applications in Kotlin
https://github.com/steamstreet/awskt
MIT
文件下载
文件名 操作
awskt-appsync-1.0.11.jar 下载
awskt-appsync-1.0.11.pom 下载
awskt-appsync-1.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.steamstreet</groupId>
  <artifactId>awskt-appsync</artifactId>
  <version>1.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.steamstreet:awskt-appsync:1.0.11'
Gradle Kotlin
implementation("com.steamstreet:awskt-appsync:1.0.11")
Scala SBT
libraryDependencies += "com.steamstreet" % "awskt-appsync" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.steamstreet', module='awskt-appsync', version='1.0.11')
)
Apache Ivy
<dependency org="com.steamstreet" name="awskt-appsync" rev="1.0.11" />
Leiningen
[com.steamstreet/awskt-appsync "1.0.11"]
Apache Buildr
'com.steamstreet:awskt-appsync:jar:1.0.11'