GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtether |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
tether-1.3.8.pom | |
tether-1.3.8.jar | 318 KB |
tether-1.3.8-sources.jar | 22 bytes |
tether-1.3.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tether/
implementation 'org.webjars.npm:tether:1.3.8'
// https://jarcasting.com/artifacts/org.webjars.npm/tether/
implementation ("org.webjars.npm:tether:1.3.8")
'org.webjars.npm:tether:jar:1.3.8'
<dependency org="org.webjars.npm" name="tether" rev="1.3.8">
<artifact name="tether" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tether', version='1.3.8')
)
libraryDependencies += "org.webjars.npm" % "tether" % "1.3.8"
[org.webjars.npm/tether "1.3.8"]