License |
License |
---|---|
GroupId | GroupIdcom.github.bvanseg |
ArtifactId | ArtifactIdarmada |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionArmada
A library for command management, written in Kotlin.
|
Filename | Size |
---|---|
armada-1.1.0.pom | |
armada-1.1.0.jar | 78 KB |
armada-1.1.0-sources.jar | 27 KB |
armada-1.1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bvanseg/armada/ -->
<dependency>
<groupId>com.github.bvanseg</groupId>
<artifactId>armada</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/armada/
implementation 'com.github.bvanseg:armada:1.1.0'
// https://jarcasting.com/artifacts/com.github.bvanseg/armada/
implementation ("com.github.bvanseg:armada:1.1.0")
'com.github.bvanseg:armada:jar:1.1.0'
<dependency org="com.github.bvanseg" name="armada" rev="1.1.0">
<artifact name="armada" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='armada', version='1.1.0')
)
libraryDependencies += "com.github.bvanseg" % "armada" % "1.1.0"
[com.github.bvanseg/armada "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
com.github.bvanseg : kotlincommons | jar | 2.0.3 |
com.github.bvanseg : evenir | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.12.1 |