s

scx-ext-common

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