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