z

zmatrix_3

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