| Категории |
КатегорииAnt Компиляция и сборка jQAssistant Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.buschmais.jqassistant.plugin |
| Идентификатор | Идентификаторtycho |
| Версия | Версия1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tycho-1.4.pom | |
| tycho-1.4.jar | 6 KB |
| tycho-1.4-sources.jar | 5 KB |
| tycho-1.4-javadoc.jar | 29 KB |
| tycho-1.4-asciidoc.zip | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/tycho/ -->
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>tycho</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/tycho/
implementation 'com.buschmais.jqassistant.plugin:tycho:1.4'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/tycho/
implementation ("com.buschmais.jqassistant.plugin:tycho:1.4")
'com.buschmais.jqassistant.plugin:tycho:jar:1.4'
<dependency org="com.buschmais.jqassistant.plugin" name="tycho" rev="1.4">
<artifact name="tycho" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='tycho', version='1.4')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "tycho" % "1.4"
[com.buschmais.jqassistant.plugin/tycho "1.4"]