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