S

SquidCore

SquidSquad's core code, needed for all the other modules; holds utilities for handling arrays, converting types, and also the color code this uses.
https://github.com/yellowstonegames/SquidSquad/
The Apache Software License, Version 2.0
Tommy Ettinger
Files download
File Operation
SquidCore-4.0.0-alpha3.jar download
SquidCore-4.0.0-alpha3.pom download
SquidCore-4.0.0-alpha3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squidpony</groupId>
  <artifactId>SquidCore</artifactId>
  <version>4.0.0-alpha3</version>
</dependency>
Gradle Groovy
implementation 'com.squidpony:SquidCore:4.0.0-alpha3'
Gradle Kotlin
implementation("com.squidpony:SquidCore:4.0.0-alpha3")
Scala SBT
libraryDependencies += "com.squidpony" % "SquidCore" % "4.0.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='com.squidpony', module='SquidCore', version='4.0.0-alpha3')
)
Apache Ivy
<dependency org="com.squidpony" name="SquidCore" rev="4.0.0-alpha3" />
Leiningen
[com.squidpony/SquidCore "4.0.0-alpha3"]
Apache Buildr
'com.squidpony:SquidCore:jar:4.0.0-alpha3'