License |
License |
---|---|
GroupId | GroupIdcom.github.agilesteel |
ArtifactId | ArtifactIdspells_2.13 |
Version | Version2.2.2 |
Type | Typejar |
Description |
Descriptionspells
This is a small scala "util" library, which will hopefully grow over time.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spells_2.13-2.2.2.pom | |
spells_2.13-2.2.2.jar | 237 KB |
spells_2.13-2.2.2-sources.jar | 23 KB |
spells_2.13-2.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.13/ -->
<dependency>
<groupId>com.github.agilesteel</groupId>
<artifactId>spells_2.13</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.13/
implementation 'com.github.agilesteel:spells_2.13:2.2.2'
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.13/
implementation ("com.github.agilesteel:spells_2.13:2.2.2")
'com.github.agilesteel:spells_2.13:jar:2.2.2'
<dependency org="com.github.agilesteel" name="spells_2.13" rev="2.2.2">
<artifact name="spells_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agilesteel', module='spells_2.13', version='2.2.2')
)
libraryDependencies += "com.github.agilesteel" % "spells_2.13" % "2.2.2"
[com.github.agilesteel/spells_2.13 "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.3 |
org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.1.6 |
org.scala-lang : scala-reflect | jar | 2.13.3 |
com.typesafe : config | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.2.0 |