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