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