GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjss-plugin-vendor-prefixer |
Version | Version10.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jss-plugin-vendor-prefixer/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jss-plugin-vendor-prefixer</artifactId>
<version>10.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jss-plugin-vendor-prefixer/
implementation 'org.webjars.npm:jss-plugin-vendor-prefixer:10.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jss-plugin-vendor-prefixer/
implementation ("org.webjars.npm:jss-plugin-vendor-prefixer:10.4.0")
'org.webjars.npm:jss-plugin-vendor-prefixer:jar:10.4.0'
<dependency org="org.webjars.npm" name="jss-plugin-vendor-prefixer" rev="10.4.0">
<artifact name="jss-plugin-vendor-prefixer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jss-plugin-vendor-prefixer', version='10.4.0')
)
libraryDependencies += "org.webjars.npm" % "jss-plugin-vendor-prefixer" % "10.4.0"
[org.webjars.npm/jss-plugin-vendor-prefixer "10.4.0"]