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