GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdemotion |
Version | Version10.0.0-really-unsafe-please-do-not-use.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/emotion/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>emotion</artifactId>
<version>10.0.0-really-unsafe-please-do-not-use.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/emotion/
implementation 'org.webjars.npm:emotion:10.0.0-really-unsafe-please-do-not-use.2'
// https://jarcasting.com/artifacts/org.webjars.npm/emotion/
implementation ("org.webjars.npm:emotion:10.0.0-really-unsafe-please-do-not-use.2")
'org.webjars.npm:emotion:jar:10.0.0-really-unsafe-please-do-not-use.2'
<dependency org="org.webjars.npm" name="emotion" rev="10.0.0-really-unsafe-please-do-not-use.2">
<artifact name="emotion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='emotion', version='10.0.0-really-unsafe-please-do-not-use.2')
)
libraryDependencies += "org.webjars.npm" % "emotion" % "10.0.0-really-unsafe-please-do-not-use.2"
[org.webjars.npm/emotion "10.0.0-really-unsafe-please-do-not-use.2"]