m

megacmd4j

Java client library that works on top of MEGAcmd to provide access to the services of Mega.nz
http://github.com/EliuX/MEGAcmd4J
MIT License
Eliecer Hernandez
文件下载
文件名 操作
megacmd4j-1.6.2.jar 下载
megacmd4j-1.6.2.pom 下载
megacmd4j-1.6.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.eliux</groupId>
  <artifactId>megacmd4j</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.eliux:megacmd4j:1.6.2'
Gradle Kotlin
implementation("com.github.eliux:megacmd4j:1.6.2")
Scala SBT
libraryDependencies += "com.github.eliux" % "megacmd4j" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.eliux', module='megacmd4j', version='1.6.2')
)
Apache Ivy
<dependency org="com.github.eliux" name="megacmd4j" rev="1.6.2" />
Leiningen
[com.github.eliux/megacmd4j "1.6.2"]
Apache Buildr
'com.github.eliux:megacmd4j:jar:1.6.2'