t

tycho

Plugin for jQAssistant to be able to scan and to analyze Tycho related artifacts.
https://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
tycho-1.12.2.jar download
tycho-1.12.2.pom download
tycho-1.12.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>tycho</artifactId>
  <version>1.12.2</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:tycho:1.12.2'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:tycho:1.12.2")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "tycho" % "1.12.2"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='tycho', version='1.12.2')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="tycho" rev="1.12.2" />
Leiningen
[com.buschmais.jqassistant.plugin/tycho "1.12.2"]
Apache Buildr
'com.buschmais.jqassistant.plugin:tycho:jar:1.12.2'