t

thundra-teamcity-plugin-agent

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