Files download
File Operation
common-3.1.7-20240202.pom download
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen</groupId>
  <artifactId>common</artifactId>
  <version>3.1.7-20240202</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen:common:3.1.7-20240202'
Gradle Kotlin
implementation("com.github.fanzezhen:common:3.1.7-20240202")
Scala SBT
libraryDependencies += "com.github.fanzezhen" % "common" % "3.1.7-20240202"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen', module='common', version='3.1.7-20240202')
)
Apache Ivy
<dependency org="com.github.fanzezhen" name="common" rev="3.1.7-20240202" />
Leiningen
[com.github.fanzezhen/common "3.1.7-20240202"]
Apache Buildr
'com.github.fanzezhen:common:jar:3.1.7-20240202'