o

old-utils

${project.artifactId}
https://github.com/fanzezhen/${project.artifactId}
Files download
File Operation
old-utils-1.1.1.jar download
old-utils-1.1.1.pom download
old-utils-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen</groupId>
  <artifactId>old-utils</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen:old-utils:1.1.1'
Gradle Kotlin
implementation("com.github.fanzezhen:old-utils:1.1.1")
Scala SBT
libraryDependencies += "com.github.fanzezhen" % "old-utils" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen', module='old-utils', version='1.1.1')
)
Apache Ivy
<dependency org="com.github.fanzezhen" name="old-utils" rev="1.1.1" />
Leiningen
[com.github.fanzezhen/old-utils "1.1.1"]
Apache Buildr
'com.github.fanzezhen:old-utils:jar:1.1.1'