AcraChiliSync
A tool to sync Acra GoogleDoc report with Redmine bug tracker.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.dudie |
| Идентификатор | Идентификаторacrachilisync |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAcraChiliSync
Sync tool to import ACRA bug reports from the standard Google Doc format to a Chiliproject bug tracker instance
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| acrachilisync-1.2.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.dudie/acrachilisync/ -->
<dependency>
<groupId>fr.dudie</groupId>
<artifactId>acrachilisync</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.dudie/acrachilisync/
implementation 'fr.dudie:acrachilisync:1.2'
// https://jarcasting.com/artifacts/fr.dudie/acrachilisync/
implementation ("fr.dudie:acrachilisync:1.2")
'fr.dudie:acrachilisync:pom:1.2'
<dependency org="fr.dudie" name="acrachilisync" rev="1.2">
<artifact name="acrachilisync" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.dudie', module='acrachilisync', version='1.2')
)
libraryDependencies += "fr.dudie" % "acrachilisync" % "1.2"
[fr.dudie/acrachilisync "1.2"]
A tool to sync Acra GoogleDoc report with Redmine bug tracker.