文件下载
文件名 操作
majj-core-1.0.5.jar 下载
majj-core-1.0.5.pom 下载
majj-core-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.majingjing</groupId>
  <artifactId>majj-core</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'cn.majingjing:majj-core:1.0.5'
Gradle Kotlin
implementation("cn.majingjing:majj-core:1.0.5")
Scala SBT
libraryDependencies += "cn.majingjing" % "majj-core" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.majingjing', module='majj-core', version='1.0.5')
)
Apache Ivy
<dependency org="cn.majingjing" name="majj-core" rev="1.0.5" />
Leiningen
[cn.majingjing/majj-core "1.0.5"]
Apache Buildr
'cn.majingjing:majj-core:jar:1.0.5'