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