s

scx-common

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