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