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