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