Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jxls |
ArtifactId | ArtifactIdjxls |
Version | Version0.9.3 |
Type | Typepom |
Filename | Size |
---|---|
jxls-0.9.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jxls/jxls/ -->
<dependency>
<groupId>net.sf.jxls</groupId>
<artifactId>jxls</artifactId>
<version>0.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jxls/jxls/
implementation 'net.sf.jxls:jxls:0.9.3'
// https://jarcasting.com/artifacts/net.sf.jxls/jxls/
implementation ("net.sf.jxls:jxls:0.9.3")
'net.sf.jxls:jxls:pom:0.9.3'
<dependency org="net.sf.jxls" name="jxls" rev="0.9.3">
<artifact name="jxls" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jxls', module='jxls', version='0.9.3')
)
libraryDependencies += "net.sf.jxls" % "jxls" % "0.9.3"
[net.sf.jxls/jxls "0.9.3"]