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