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