c

common-utils

Pippin, was a Hobbit of the Shire, and one of Frodo Baggins' youngest, but closest friends. He was a member of the Fellowship of the Ring and later became the thirty-second Thain of the Shire
https://github.com/rothschil/rothschil-common
The Apache License, Version 2.0
rothschil
文件下载
文件名 操作
common-utils-1.1.16.RELEASE.jar 下载
common-utils-1.1.16.RELEASE.pom 下载
common-utils-1.1.16.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.rothschil</groupId>
  <artifactId>common-utils</artifactId>
  <version>1.1.16.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.rothschil:common-utils:1.1.16.RELEASE'
Gradle Kotlin
implementation("io.github.rothschil:common-utils:1.1.16.RELEASE")
Scala SBT
libraryDependencies += "io.github.rothschil" % "common-utils" % "1.1.16.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rothschil', module='common-utils', version='1.1.16.RELEASE')
)
Apache Ivy
<dependency org="io.github.rothschil" name="common-utils" rev="1.1.16.RELEASE" />
Leiningen
[io.github.rothschil/common-utils "1.1.16.RELEASE"]
Apache Buildr
'io.github.rothschil:common-utils:jar:1.1.16.RELEASE'