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