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