Files download
File Operation
scct_2.10-0.2.1.jar download
scct_2.10-0.2.1.pom download
scct_2.10-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.scct</groupId>
  <artifactId>scct_2.10</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.scct:scct_2.10:0.2.1'
Gradle Kotlin
implementation("com.github.scct:scct_2.10:0.2.1")
Scala SBT
libraryDependencies += "com.github.scct" % "scct_2.10" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.scct', module='scct_2.10', version='0.2.1')
)
Apache Ivy
<dependency org="com.github.scct" name="scct_2.10" rev="0.2.1" />
Leiningen
[com.github.scct/scct_2.10 "0.2.1"]
Apache Buildr
'com.github.scct:scct_2.10:jar:0.2.1'