AcraChiliSync
A tool to sync Acra GoogleDoc report with Redmine bug tracker.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.dudie |
| Идентификатор | Идентификаторacrachilisync-core |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеacrachilisync-core
Sync tool to import ACRA bug reports from the standard Google Doc format to a Chiliproject bug tracker instance
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| acrachilisync-core-1.2.pom | |
| acrachilisync-core-1.2.jar | 40 KB |
| acrachilisync-core-1.2-sources.jar | 33 KB |
| acrachilisync-core-1.2-javadoc.jar | 147 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fr.dudie/acrachilisync-core/ -->
<dependency>
<groupId>fr.dudie</groupId>
<artifactId>acrachilisync-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.dudie/acrachilisync-core/
implementation 'fr.dudie:acrachilisync-core:1.2'
// https://jarcasting.com/artifacts/fr.dudie/acrachilisync-core/
implementation ("fr.dudie:acrachilisync-core:1.2")
'fr.dudie:acrachilisync-core:jar:1.2'
<dependency org="fr.dudie" name="acrachilisync-core" rev="1.2">
<artifact name="acrachilisync-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.dudie', module='acrachilisync-core', version='1.2')
)
libraryDependencies += "fr.dudie" % "acrachilisync-core" % "1.2"
[fr.dudie/acrachilisync-core "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| com.googlecode : redmine-java-api | jar | 1.5.2 |
| com.google.gdata » gdata-docs-3.0 | jar | 1.41.5 |
| javax.mail : mail | jar | 1.4.1 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-lang : commons-lang | jar | 2.6 |
| commons-configuration : commons-configuration | jar | 1.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.8.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
A tool to sync Acra GoogleDoc report with Redmine bug tracker.