a

awskt-logging-js

Useful logging tools for Kotlin on AWS
https://github.com/steamstreet/awskt
MIT
Files download
File Operation
awskt-logging-js-2.0.18.pom download
awskt-logging-js-2.0.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.steamstreet</groupId>
  <artifactId>awskt-logging-js</artifactId>
  <version>2.0.18</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.steamstreet:awskt-logging-js:2.0.18'
Gradle Kotlin
implementation("com.steamstreet:awskt-logging-js:2.0.18")
Scala SBT
libraryDependencies += "com.steamstreet" % "awskt-logging-js" % "2.0.18"
Groovy Grape
@Grapes(
  @Grab(group='com.steamstreet', module='awskt-logging-js', version='2.0.18')
)
Apache Ivy
<dependency org="com.steamstreet" name="awskt-logging-js" rev="2.0.18" />
Leiningen
[com.steamstreet/awskt-logging-js "2.0.18"]
Apache Buildr
'com.steamstreet:awskt-logging-js:jar:2.0.18'