| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdmithril |
| Version | Version0.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mithril-0.2.3.pom | |
| mithril-0.2.3.jar | 39 KB |
| mithril-0.2.3-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/mithril/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>mithril</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/mithril/
implementation 'org.webjars:mithril:0.2.3'
// https://jarcasting.com/artifacts/org.webjars/mithril/
implementation ("org.webjars:mithril:0.2.3")
'org.webjars:mithril:jar:0.2.3'
<dependency org="org.webjars" name="mithril" rev="0.2.3">
<artifact name="mithril" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='mithril', version='0.2.3')
)
libraryDependencies += "org.webjars" % "mithril" % "0.2.3"
[org.webjars/mithril "0.2.3"]