GroupId | GroupIdcom.ardikars.jxpacket |
---|---|
ArtifactId | ArtifactIdjxpacket-common |
Version | Version1.2.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-common/ -->
<dependency>
<groupId>com.ardikars.jxpacket</groupId>
<artifactId>jxpacket-common</artifactId>
<version>1.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-common/
implementation 'com.ardikars.jxpacket:jxpacket-common:1.2.0.Final'
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-common/
implementation ("com.ardikars.jxpacket:jxpacket-common:1.2.0.Final")
'com.ardikars.jxpacket:jxpacket-common:jar:1.2.0.Final'
<dependency org="com.ardikars.jxpacket" name="jxpacket-common" rev="1.2.0.Final">
<artifact name="jxpacket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxpacket', module='jxpacket-common', version='1.2.0.Final')
)
libraryDependencies += "com.ardikars.jxpacket" % "jxpacket-common" % "1.2.0.Final"
[com.ardikars.jxpacket/jxpacket-common "1.2.0.Final"]