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