c

components-util-system

skrstop util system
MIT License
文件下载
文件名 操作
components-util-system-1.2.1.20231221-RELEASE.jar 下载
components-util-system-1.2.1.20231221-RELEASE.pom 下载
components-util-system-1.2.1.20231221-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.skrstop.framework</groupId>
  <artifactId>components-util-system</artifactId>
  <version>1.2.1.20231221-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.skrstop.framework:components-util-system:1.2.1.20231221-RELEASE'
Gradle Kotlin
implementation("com.skrstop.framework:components-util-system:1.2.1.20231221-RELEASE")
Scala SBT
libraryDependencies += "com.skrstop.framework" % "components-util-system" % "1.2.1.20231221-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.skrstop.framework', module='components-util-system', version='1.2.1.20231221-RELEASE')
)
Apache Ivy
<dependency org="com.skrstop.framework" name="components-util-system" rev="1.2.1.20231221-RELEASE" />
Leiningen
[com.skrstop.framework/components-util-system "1.2.1.20231221-RELEASE"]
Apache Buildr
'com.skrstop.framework:components-util-system:jar:1.2.1.20231221-RELEASE'