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