Files download
File Operation
KSend-js-1.1.2.pom download
KSend-js-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ismai117</groupId>
  <artifactId>KSend-js</artifactId>
  <version>1.1.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.ismai117:KSend-js:1.1.2'
Gradle Kotlin
implementation("io.github.ismai117:KSend-js:1.1.2")
Scala SBT
libraryDependencies += "io.github.ismai117" % "KSend-js" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ismai117', module='KSend-js', version='1.1.2')
)
Apache Ivy
<dependency org="io.github.ismai117" name="KSend-js" rev="1.1.2" />
Leiningen
[io.github.ismai117/KSend-js "1.1.2"]
Apache Buildr
'io.github.ismai117:KSend-js:jar:1.1.2'