GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsphinxxxx__color-conversion |
Version | Version2.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sphinxxxx__color-conversion/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>sphinxxxx__color-conversion</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sphinxxxx__color-conversion/
implementation 'org.webjars.npm:sphinxxxx__color-conversion:2.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/sphinxxxx__color-conversion/
implementation ("org.webjars.npm:sphinxxxx__color-conversion:2.1.1")
'org.webjars.npm:sphinxxxx__color-conversion:jar:2.1.1'
<dependency org="org.webjars.npm" name="sphinxxxx__color-conversion" rev="2.1.1">
<artifact name="sphinxxxx__color-conversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sphinxxxx__color-conversion', version='2.1.1')
)
libraryDependencies += "org.webjars.npm" % "sphinxxxx__color-conversion" % "2.1.1"
[org.webjars.npm/sphinxxxx__color-conversion "2.1.1"]