GroupId | GroupIdcom.github.agilesteel |
---|---|
ArtifactId | ArtifactIdspells_2.12 |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spells_2.12-2.0.1.pom | |
spells_2.12-2.0.1.jar | 232 KB |
spells_2.12-2.0.1-sources.jar | 22 KB |
spells_2.12-2.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.12/ -->
<dependency>
<groupId>com.github.agilesteel</groupId>
<artifactId>spells_2.12</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.12/
implementation 'com.github.agilesteel:spells_2.12:2.0.1'
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.12/
implementation ("com.github.agilesteel:spells_2.12:2.0.1")
'com.github.agilesteel:spells_2.12:jar:2.0.1'
<dependency org="com.github.agilesteel" name="spells_2.12" rev="2.0.1">
<artifact name="spells_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agilesteel', module='spells_2.12', version='2.0.1')
)
libraryDependencies += "com.github.agilesteel" % "spells_2.12" % "2.0.1"
[com.github.agilesteel/spells_2.12 "2.0.1"]