Categories |
CategoriesTeamCity Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdio.thundra.plugin |
ArtifactId | ArtifactIdthundra-teamcity-plugin-agent |
Version | Version1.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.thundra.plugin/thundra-teamcity-plugin-agent/
implementation 'io.thundra.plugin:thundra-teamcity-plugin-agent:1.0.2'
// https://jarcasting.com/artifacts/io.thundra.plugin/thundra-teamcity-plugin-agent/
implementation ("io.thundra.plugin:thundra-teamcity-plugin-agent:1.0.2")
'io.thundra.plugin:thundra-teamcity-plugin-agent:jar:1.0.2'
<dependency org="io.thundra.plugin" name="thundra-teamcity-plugin-agent" rev="1.0.2">
<artifact name="thundra-teamcity-plugin-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thundra.plugin', module='thundra-teamcity-plugin-agent', version='1.0.2')
)
libraryDependencies += "io.thundra.plugin" % "thundra-teamcity-plugin-agent" % "1.0.2"
[io.thundra.plugin/thundra-teamcity-plugin-agent "1.0.2"]