z

zmatrix_2.12

Matrix.org API client written using ZIO
https://github.com/bot4s/zmatrix
MIT
ex0ns
文件下载
文件名 操作
zmatrix_2.12-0.1.2.jar 下载
zmatrix_2.12-0.1.2.pom 下载
zmatrix_2.12-0.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bot4s</groupId>
  <artifactId>zmatrix_2.12</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.bot4s:zmatrix_2.12:0.1.2'
Gradle Kotlin
implementation("com.bot4s:zmatrix_2.12:0.1.2")
Scala SBT
libraryDependencies += "com.bot4s" % "zmatrix_2.12" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.bot4s', module='zmatrix_2.12', version='0.1.2')
)
Apache Ivy
<dependency org="com.bot4s" name="zmatrix_2.12" rev="0.1.2" />
Leiningen
[com.bot4s/zmatrix_2.12 "0.1.2"]
Apache Buildr
'com.bot4s:zmatrix_2.12:jar:0.1.2'