GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdleapjs |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
leapjs-0.4.1.pom | |
leapjs-0.4.1.jar | 66 KB |
leapjs-0.4.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/leapjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>leapjs</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/leapjs/
implementation 'org.webjars:leapjs:0.4.1'
// https://jarcasting.com/artifacts/org.webjars/leapjs/
implementation ("org.webjars:leapjs:0.4.1")
'org.webjars:leapjs:jar:0.4.1'
<dependency org="org.webjars" name="leapjs" rev="0.4.1">
<artifact name="leapjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='leapjs', version='0.4.1')
)
libraryDependencies += "org.webjars" % "leapjs" % "0.4.1"
[org.webjars/leapjs "0.4.1"]