GroupId | GroupIdcom.ardikars.jxpacket |
---|---|
ArtifactId | ArtifactIdjxpacket |
Version | Version1.1.0.RC22 |
Type | Typejar |
Filename | Size |
---|---|
jxpacket-1.1.0.RC22.pom | |
jxpacket-1.1.0.RC22.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/ -->
<dependency>
<groupId>com.ardikars.jxpacket</groupId>
<artifactId>jxpacket</artifactId>
<version>1.1.0.RC22</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/
implementation 'com.ardikars.jxpacket:jxpacket:1.1.0.RC22'
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket/
implementation ("com.ardikars.jxpacket:jxpacket:1.1.0.RC22")
'com.ardikars.jxpacket:jxpacket:jar:1.1.0.RC22'
<dependency org="com.ardikars.jxpacket" name="jxpacket" rev="1.1.0.RC22">
<artifact name="jxpacket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxpacket', module='jxpacket', version='1.1.0.RC22')
)
libraryDependencies += "com.ardikars.jxpacket" % "jxpacket" % "1.1.0.RC22"
[com.ardikars.jxpacket/jxpacket "1.1.0.RC22"]