文件下载
文件名 操作
marid-0.9.7.11.pom 下载
Apache Maven
<dependency>
  <groupId>org.marid</groupId>
  <artifactId>marid</artifactId>
  <version>0.9.7.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.marid:marid:0.9.7.11'
Gradle Kotlin
implementation("org.marid:marid:0.9.7.11")
Scala SBT
libraryDependencies += "org.marid" % "marid" % "0.9.7.11"
Groovy Grape
@Grapes(
  @Grab(group='org.marid', module='marid', version='0.9.7.11')
)
Apache Ivy
<dependency org="org.marid" name="marid" rev="0.9.7.11" />
Leiningen
[org.marid/marid "0.9.7.11"]
Apache Buildr
'org.marid:marid:jar:0.9.7.11'
本项目依赖
该项目无第三方依赖