Releases: EricRamirezS/commando4j
Releases · EricRamirezS/commando4j
pre0.1.2
Languages
Help us translate this project in Crowdin
Translated
English, Spanish.
Machine Translation
Arabic, Chinese Simplified, Czech, Danish, Dutch, Finnish, French, German, Greek, Italian, japanese, Norwegian, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sweedish, Ukranian.
No translation yet
Afrikaans, Catalan, Chinese Traditional, Hebrew, Hungarian, Korean, Serbian, Turkish, Vietnamese.
Installation
Gradle
Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.EricRamirezS:commando4j:pre0.1.2'
}
Maven
Add the JitPack repository to your build file.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.EricRamirezS</groupId>
<artifactId>commando4j</artifactId>
<version>pre0.1.2</version>
</dependency>