GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdquery-string |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
query-string-3.0.0.pom | |
query-string-3.0.0.jar | 5 KB |
query-string-3.0.0-sources.jar | 22 bytes |
query-string-3.0.0-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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/query-string/
implementation 'org.webjars.npm:query-string:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/query-string/
implementation ("org.webjars.npm:query-string:3.0.0")
'org.webjars.npm:query-string:jar:3.0.0'
<dependency org="org.webjars.npm" name="query-string" rev="3.0.0">
<artifact name="query-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='query-string', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "query-string" % "3.0.0"
[org.webjars.npm/query-string "3.0.0"]