Files download
File Operation
jmsdk-0.13.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.ma1uta.matrix</groupId>
  <artifactId>jmsdk</artifactId>
  <version>0.13.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ma1uta.matrix:jmsdk:0.13.1'
Gradle Kotlin
implementation("io.github.ma1uta.matrix:jmsdk:0.13.1")
Scala SBT
libraryDependencies += "io.github.ma1uta.matrix" % "jmsdk" % "0.13.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ma1uta.matrix', module='jmsdk', version='0.13.1')
)
Apache Ivy
<dependency org="io.github.ma1uta.matrix" name="jmsdk" rev="0.13.1" />
Leiningen
[io.github.ma1uta.matrix/jmsdk "0.13.1"]
Apache Buildr
'io.github.ma1uta.matrix:jmsdk:jar:0.13.1'
Dependencies
The project has no third-party dependencies