GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdzeptojs |
Version | Version1.0rc1 |
Type | Typejar |
Filename | Size |
---|---|
zeptojs-1.0rc1.pom | |
zeptojs-1.0rc1.jar | 24 KB |
zeptojs-1.0rc1-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/zeptojs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>zeptojs</artifactId>
<version>1.0rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/zeptojs/
implementation 'org.webjars:zeptojs:1.0rc1'
// https://jarcasting.com/artifacts/org.webjars/zeptojs/
implementation ("org.webjars:zeptojs:1.0rc1")
'org.webjars:zeptojs:jar:1.0rc1'
<dependency org="org.webjars" name="zeptojs" rev="1.0rc1">
<artifact name="zeptojs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='zeptojs', version='1.0rc1')
)
libraryDependencies += "org.webjars" % "zeptojs" % "1.0rc1"
[org.webjars/zeptojs "1.0rc1"]