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