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