License |
License |
---|---|
GroupId | GroupIdcom.github.agilesteel |
ArtifactId | ArtifactIdspells_2.10 |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspells
This is a small scala "util" library, which will hopefully grow over time.
|
Project Organization |
Project Organizationcom.github.agilesteel |
Filename | Size |
---|---|
spells_2.10-2.2.0.pom | |
spells_2.10-2.2.0.jar | 18 KB |
spells_2.10-2.2.0-sources.jar | 1 KB |
spells_2.10-2.2.0-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.10/ -->
<dependency>
<groupId>com.github.agilesteel</groupId>
<artifactId>spells_2.10</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.10/
implementation 'com.github.agilesteel:spells_2.10:2.2.0'
// https://jarcasting.com/artifacts/com.github.agilesteel/spells_2.10/
implementation ("com.github.agilesteel:spells_2.10:2.2.0")
'com.github.agilesteel:spells_2.10:jar:2.2.0'
<dependency org="com.github.agilesteel" name="spells_2.10" rev="2.2.0">
<artifact name="spells_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agilesteel', module='spells_2.10', version='2.2.0')
)
libraryDependencies += "com.github.agilesteel" % "spells_2.10" % "2.2.0"
[com.github.agilesteel/spells_2.10 "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.7 |
org.scala-lang : scala-reflect | jar | 2.10.7 |
com.typesafe : config | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.pegdown : pegdown | jar | 1.6.0 |
org.scalatest : scalatest_2.10 | jar | 3.0.5 |