| GroupId | GroupIdcom.github.eliux |
|---|---|
| ArtifactId | ArtifactIdmegacmd4j |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| megacmd4j-1.4.0.pom | |
| megacmd4j-1.4.0.jar | 61 KB |
| megacmd4j-1.4.0-sources.jar | 35 KB |
| megacmd4j-1.4.0-javadoc.jar | 330 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.eliux/megacmd4j/ -->
<dependency>
<groupId>com.github.eliux</groupId>
<artifactId>megacmd4j</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eliux/megacmd4j/
implementation 'com.github.eliux:megacmd4j:1.4.0'
// https://jarcasting.com/artifacts/com.github.eliux/megacmd4j/
implementation ("com.github.eliux:megacmd4j:1.4.0")
'com.github.eliux:megacmd4j:jar:1.4.0'
<dependency org="com.github.eliux" name="megacmd4j" rev="1.4.0">
<artifact name="megacmd4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eliux', module='megacmd4j', version='1.4.0')
)
libraryDependencies += "com.github.eliux" % "megacmd4j" % "1.4.0"
[com.github.eliux/megacmd4j "1.4.0"]