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