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