| GroupId | GroupIddev.espi |
|---|---|
| ArtifactId | ArtifactIdprotectionstones |
| Version | Version2.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protectionstones-2.2.1.pom | |
| protectionstones-2.2.1.jar | 360 KB |
| protectionstones-2.2.1-sources.jar | 83 KB |
| protectionstones-2.2.1-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.espi/protectionstones/ -->
<dependency>
<groupId>dev.espi</groupId>
<artifactId>protectionstones</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.espi/protectionstones/
implementation 'dev.espi:protectionstones:2.2.1'
// https://jarcasting.com/artifacts/dev.espi/protectionstones/
implementation ("dev.espi:protectionstones:2.2.1")
'dev.espi:protectionstones:jar:2.2.1'
<dependency org="dev.espi" name="protectionstones" rev="2.2.1">
<artifact name="protectionstones" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.espi', module='protectionstones', version='2.2.1')
)
libraryDependencies += "dev.espi" % "protectionstones" % "2.2.1"
[dev.espi/protectionstones "2.2.1"]