z

zmatrix_2.12

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