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