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