GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdpostcss-modules-local-by-default |
Version | Version2.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/postcss-modules-local-by-default/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>postcss-modules-local-by-default</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-modules-local-by-default/
implementation 'org.webjars.npm:postcss-modules-local-by-default:2.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-modules-local-by-default/
implementation ("org.webjars.npm:postcss-modules-local-by-default:2.0.6")
'org.webjars.npm:postcss-modules-local-by-default:jar:2.0.6'
<dependency org="org.webjars.npm" name="postcss-modules-local-by-default" rev="2.0.6">
<artifact name="postcss-modules-local-by-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='postcss-modules-local-by-default', version='2.0.6')
)
libraryDependencies += "org.webjars.npm" % "postcss-modules-local-by-default" % "2.0.6"
[org.webjars.npm/postcss-modules-local-by-default "2.0.6"]