Categories |
CategoriesTeamCity Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdio.thundra.plugin |
ArtifactId | ArtifactIdthundra-teamcity-plugin-agent |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thundra.plugin/thundra-teamcity-plugin-agent/ -->
<dependency>
<groupId>io.thundra.plugin</groupId>
<artifactId>thundra-teamcity-plugin-agent</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.thundra.plugin/thundra-teamcity-plugin-agent/
implementation 'io.thundra.plugin:thundra-teamcity-plugin-agent:1.0.3'
// https://jarcasting.com/artifacts/io.thundra.plugin/thundra-teamcity-plugin-agent/
implementation ("io.thundra.plugin:thundra-teamcity-plugin-agent:1.0.3")
'io.thundra.plugin:thundra-teamcity-plugin-agent:jar:1.0.3'
<dependency org="io.thundra.plugin" name="thundra-teamcity-plugin-agent" rev="1.0.3">
<artifact name="thundra-teamcity-plugin-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thundra.plugin', module='thundra-teamcity-plugin-agent', version='1.0.3')
)
libraryDependencies += "io.thundra.plugin" % "thundra-teamcity-plugin-agent" % "1.0.3"
[io.thundra.plugin/thundra-teamcity-plugin-agent "1.0.3"]