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