| Категории |
КатегорииСеть JSON Данные |
|---|---|
| Группа | Группаnet.pincette |
| Идентификатор | Идентификаторpincette-jsontoexcel |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pincette-jsontoexcel-1.0.0.pom | |
| pincette-jsontoexcel-1.0.0.jar | 8 KB |
| pincette-jsontoexcel-1.0.0-sources.jar | 3 KB |
| pincette-jsontoexcel-1.0.0-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.pincette/pincette-jsontoexcel/ -->
<dependency>
<groupId>net.pincette</groupId>
<artifactId>pincette-jsontoexcel</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pincette/pincette-jsontoexcel/
implementation 'net.pincette:pincette-jsontoexcel:1.0.0'
// https://jarcasting.com/artifacts/net.pincette/pincette-jsontoexcel/
implementation ("net.pincette:pincette-jsontoexcel:1.0.0")
'net.pincette:pincette-jsontoexcel:jar:1.0.0'
<dependency org="net.pincette" name="pincette-jsontoexcel" rev="1.0.0">
<artifact name="pincette-jsontoexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pincette', module='pincette-jsontoexcel', version='1.0.0')
)
libraryDependencies += "net.pincette" % "pincette-jsontoexcel" % "1.0.0"
[net.pincette/pincette-jsontoexcel "1.0.0"]