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