| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdfullhuman__postcss-purgecss |
| Version | Version3.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/fullhuman__postcss-purgecss/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>fullhuman__postcss-purgecss</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fullhuman__postcss-purgecss/
implementation 'org.webjars.npm:fullhuman__postcss-purgecss:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/fullhuman__postcss-purgecss/
implementation ("org.webjars.npm:fullhuman__postcss-purgecss:3.0.0")
'org.webjars.npm:fullhuman__postcss-purgecss:jar:3.0.0'
<dependency org="org.webjars.npm" name="fullhuman__postcss-purgecss" rev="3.0.0">
<artifact name="fullhuman__postcss-purgecss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fullhuman__postcss-purgecss', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "fullhuman__postcss-purgecss" % "3.0.0"
[org.webjars.npm/fullhuman__postcss-purgecss "3.0.0"]