| GroupId | GroupIdio.github.ebicep |
|---|---|
| ArtifactId | ArtifactIdwarlords |
| Version | VersionMASTER-RC7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| warlords-MASTER-RC7.pom | |
| warlords-MASTER-RC7.jar | 23 MB |
| warlords-MASTER-RC7-sources.jar | 576 KB |
| warlords-MASTER-RC7-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ebicep/warlords/ -->
<dependency>
<groupId>io.github.ebicep</groupId>
<artifactId>warlords</artifactId>
<version>MASTER-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ebicep/warlords/
implementation 'io.github.ebicep:warlords:MASTER-RC7'
// https://jarcasting.com/artifacts/io.github.ebicep/warlords/
implementation ("io.github.ebicep:warlords:MASTER-RC7")
'io.github.ebicep:warlords:jar:MASTER-RC7'
<dependency org="io.github.ebicep" name="warlords" rev="MASTER-RC7">
<artifact name="warlords" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ebicep', module='warlords', version='MASTER-RC7')
)
libraryDependencies += "io.github.ebicep" % "warlords" % "MASTER-RC7"
[io.github.ebicep/warlords "MASTER-RC7"]