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