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