Categories |
CategoriesJavaScript Languages Github Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-SheetJS-js-xlsx |
Version | Versionv0.9.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-SheetJS-js-xlsx/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-SheetJS-js-xlsx</artifactId>
<version>v0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-SheetJS-js-xlsx/
implementation 'org.webjars.bower:github-com-SheetJS-js-xlsx:v0.9.10'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-SheetJS-js-xlsx/
implementation ("org.webjars.bower:github-com-SheetJS-js-xlsx:v0.9.10")
'org.webjars.bower:github-com-SheetJS-js-xlsx:jar:v0.9.10'
<dependency org="org.webjars.bower" name="github-com-SheetJS-js-xlsx" rev="v0.9.10">
<artifact name="github-com-SheetJS-js-xlsx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-SheetJS-js-xlsx', version='v0.9.10')
)
libraryDependencies += "org.webjars.bower" % "github-com-SheetJS-js-xlsx" % "v0.9.10"
[org.webjars.bower/github-com-SheetJS-js-xlsx "v0.9.10"]