a

awskt-appsync

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