| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdmithril |
| Last Version | Last Version2.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmithril
WebJar for mithril
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mithril-2.0.4.pom | |
| mithril-2.0.4.jar | 35 KB |
| mithril-2.0.4-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/mithril/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mithril</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mithril/
implementation 'org.webjars.npm:mithril:2.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/mithril/
implementation ("org.webjars.npm:mithril:2.0.4")
'org.webjars.npm:mithril:jar:2.0.4'
<dependency org="org.webjars.npm" name="mithril" rev="2.0.4">
<artifact name="mithril" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mithril', version='2.0.4')
)
libraryDependencies += "org.webjars.npm" % "mithril" % "2.0.4"
[org.webjars.npm/mithril "2.0.4"]