c

common-mp

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