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