GroupId | GroupIdio.craftcode |
---|---|
ArtifactId | ArtifactIdcraft-armor |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
craft-armor-1.1.0.pom | |
craft-armor-1.1.0.jar | 30 KB |
craft-armor-1.1.0-sources.jar | 19 KB |
craft-armor-1.1.0-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.craftcode/craft-armor/ -->
<dependency>
<groupId>io.craftcode</groupId>
<artifactId>craft-armor</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.craftcode/craft-armor/
implementation 'io.craftcode:craft-armor:1.1.0'
// https://jarcasting.com/artifacts/io.craftcode/craft-armor/
implementation ("io.craftcode:craft-armor:1.1.0")
'io.craftcode:craft-armor:jar:1.1.0'
<dependency org="io.craftcode" name="craft-armor" rev="1.1.0">
<artifact name="craft-armor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.craftcode', module='craft-armor', version='1.1.0')
)
libraryDependencies += "io.craftcode" % "craft-armor" % "1.1.0"
[io.craftcode/craft-armor "1.1.0"]