m

mnt-core

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