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