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