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