GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdpostcss-modules-local-by-default |
Version | Version1.2.0 |
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>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-modules-local-by-default/
implementation 'org.webjars.npm:postcss-modules-local-by-default:1.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-modules-local-by-default/
implementation ("org.webjars.npm:postcss-modules-local-by-default:1.2.0")
'org.webjars.npm:postcss-modules-local-by-default:jar:1.2.0'
<dependency org="org.webjars.npm" name="postcss-modules-local-by-default" rev="1.2.0">
<artifact name="postcss-modules-local-by-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='postcss-modules-local-by-default', version='1.2.0')
)
libraryDependencies += "org.webjars.npm" % "postcss-modules-local-by-default" % "1.2.0"
[org.webjars.npm/postcss-modules-local-by-default "1.2.0"]