s

scx-ext-common

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