GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdxlsx-style |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
xlsx-style-0.8.6.pom | |
xlsx-style-0.8.6.jar | 1 MB |
xlsx-style-0.8.6-sources.jar | 22 bytes |
xlsx-style-0.8.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/xlsx-style/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>xlsx-style</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/xlsx-style/
implementation 'org.webjars.npm:xlsx-style:0.8.6'
// https://jarcasting.com/artifacts/org.webjars.npm/xlsx-style/
implementation ("org.webjars.npm:xlsx-style:0.8.6")
'org.webjars.npm:xlsx-style:jar:0.8.6'
<dependency org="org.webjars.npm" name="xlsx-style" rev="0.8.6">
<artifact name="xlsx-style" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='xlsx-style', version='0.8.6')
)
libraryDependencies += "org.webjars.npm" % "xlsx-style" % "0.8.6"
[org.webjars.npm/xlsx-style "0.8.6"]