c

common-sdk

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