License |
License
LeapMotion
|
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdleapjs |
Version | Version0.6.2 |
Type | Typejar |
Description |
DescriptionLeapJS
WebJar for LeapJS
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
leapjs-0.6.2.pom | |
leapjs-0.6.2.jar | 79 KB |
leapjs-0.6.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/leapjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>leapjs</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/leapjs/
implementation 'org.webjars:leapjs:0.6.2'
// https://jarcasting.com/artifacts/org.webjars/leapjs/
implementation ("org.webjars:leapjs:0.6.2")
'org.webjars:leapjs:jar:0.6.2'
<dependency org="org.webjars" name="leapjs" rev="0.6.2">
<artifact name="leapjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='leapjs', version='0.6.2')
)
libraryDependencies += "org.webjars" % "leapjs" % "0.6.2"
[org.webjars/leapjs "0.6.2"]