s

scx-ext-common

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