文件下载
文件名 操作
malio-0.3.0-beta.jar 下载
malio-0.3.0-beta.pom 下载
malio-0.3.0-beta-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.nalukit</groupId>
  <artifactId>malio</artifactId>
  <version>0.3.0-beta</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'com.github.nalukit:malio:0.3.0-beta'
Gradle Kotlin
implementation("com.github.nalukit:malio:0.3.0-beta")
Scala SBT
libraryDependencies += "com.github.nalukit" % "malio" % "0.3.0-beta"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nalukit', module='malio', version='0.3.0-beta')
)
Apache Ivy
<dependency org="com.github.nalukit" name="malio" rev="0.3.0-beta" />
Leiningen
[com.github.nalukit/malio "0.3.0-beta"]
Apache Buildr
'com.github.nalukit:malio:jar:0.3.0-beta'