Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdpostcss-normalize-string |
Version | Version4.0.0-rc.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/postcss-normalize-string/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>postcss-normalize-string</artifactId>
<version>4.0.0-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-normalize-string/
implementation 'org.webjars.npm:postcss-normalize-string:4.0.0-rc.2'
// https://jarcasting.com/artifacts/org.webjars.npm/postcss-normalize-string/
implementation ("org.webjars.npm:postcss-normalize-string:4.0.0-rc.2")
'org.webjars.npm:postcss-normalize-string:jar:4.0.0-rc.2'
<dependency org="org.webjars.npm" name="postcss-normalize-string" rev="4.0.0-rc.2">
<artifact name="postcss-normalize-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='postcss-normalize-string', version='4.0.0-rc.2')
)
libraryDependencies += "org.webjars.npm" % "postcss-normalize-string" % "4.0.0-rc.2"
[org.webjars.npm/postcss-normalize-string "4.0.0-rc.2"]