Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-webcomponents-webcomponentsjs |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-webcomponents-webcomponentsjs/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-webcomponents-webcomponentsjs</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-webcomponents-webcomponentsjs/
implementation 'org.webjars.npm:github-com-webcomponents-webcomponentsjs:2.2.4'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-webcomponents-webcomponentsjs/
implementation ("org.webjars.npm:github-com-webcomponents-webcomponentsjs:2.2.4")
'org.webjars.npm:github-com-webcomponents-webcomponentsjs:jar:2.2.4'
<dependency org="org.webjars.npm" name="github-com-webcomponents-webcomponentsjs" rev="2.2.4">
<artifact name="github-com-webcomponents-webcomponentsjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-webcomponents-webcomponentsjs', version='2.2.4')
)
libraryDependencies += "org.webjars.npm" % "github-com-webcomponents-webcomponentsjs" % "2.2.4"
[org.webjars.npm/github-com-webcomponents-webcomponentsjs "2.2.4"]