| Группа | Группаcom.ardikars.jxpacket |
|---|---|
| Идентификатор | Идентификаторjxpacket-example |
| Версия | Версия1.1.0.RC9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jxpacket-example-1.1.0.RC9.pom | |
| jxpacket-example-1.1.0.RC9.jar | 3 KB |
| jxpacket-example-1.1.0.RC9-sources.jar | 2 KB |
| jxpacket-example-1.1.0.RC9-javadoc.jar | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-example/ -->
<dependency>
<groupId>com.ardikars.jxpacket</groupId>
<artifactId>jxpacket-example</artifactId>
<version>1.1.0.RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-example/
implementation 'com.ardikars.jxpacket:jxpacket-example:1.1.0.RC9'
// https://jarcasting.com/artifacts/com.ardikars.jxpacket/jxpacket-example/
implementation ("com.ardikars.jxpacket:jxpacket-example:1.1.0.RC9")
'com.ardikars.jxpacket:jxpacket-example:jar:1.1.0.RC9'
<dependency org="com.ardikars.jxpacket" name="jxpacket-example" rev="1.1.0.RC9">
<artifact name="jxpacket-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ardikars.jxpacket', module='jxpacket-example', version='1.1.0.RC9')
)
libraryDependencies += "com.ardikars.jxpacket" % "jxpacket-example" % "1.1.0.RC9"
[com.ardikars.jxpacket/jxpacket-example "1.1.0.RC9"]