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