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