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