c

common-core

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