Files download
File Operation
warlords-MASTER-RC7.2.jar download
warlords-MASTER-RC7.2.pom download
warlords-MASTER-RC7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ebicep</groupId>
  <artifactId>warlords</artifactId>
  <version>MASTER-RC7.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.ebicep:warlords:MASTER-RC7.2'
Gradle Kotlin
implementation("io.github.ebicep:warlords:MASTER-RC7.2")
Scala SBT
libraryDependencies += "io.github.ebicep" % "warlords" % "MASTER-RC7.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ebicep', module='warlords', version='MASTER-RC7.2')
)
Apache Ivy
<dependency org="io.github.ebicep" name="warlords" rev="MASTER-RC7.2" />
Leiningen
[io.github.ebicep/warlords "MASTER-RC7.2"]
Apache Buildr
'io.github.ebicep:warlords:jar:MASTER-RC7.2'