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