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