j

jqassistant.plugin.tycho

文件下载
文件名 操作
jqassistant.plugin.tycho-1.0.0-M4.jar 下载
jqassistant.plugin.tycho-1.0.0-M4.pom 下载
jqassistant.plugin.tycho-1.0.0-M4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>jqassistant.plugin.tycho</artifactId>
  <version>1.0.0-M4</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:jqassistant.plugin.tycho:1.0.0-M4'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:jqassistant.plugin.tycho:1.0.0-M4")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "jqassistant.plugin.tycho" % "1.0.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='jqassistant.plugin.tycho', version='1.0.0-M4')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="jqassistant.plugin.tycho" rev="1.0.0-M4" />
Leiningen
[com.buschmais.jqassistant.plugin/jqassistant.plugin.tycho "1.0.0-M4"]
Apache Buildr
'com.buschmais.jqassistant.plugin:jqassistant.plugin.tycho:jar:1.0.0-M4'