| Категории |
КатегорииTeamCity Компиляция и сборка Continuous Integration and Continuous Delivery |
|---|---|
| Группа | Группаcom.github.frimtec |
| Идентификатор | Идентификаторteamcity-inspection-notification-plugin-server |
| Версия | Версия0.0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.frimtec/teamcity-inspection-notification-plugin-server/ -->
<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>teamcity-inspection-notification-plugin-server</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frimtec/teamcity-inspection-notification-plugin-server/
implementation 'com.github.frimtec:teamcity-inspection-notification-plugin-server:0.0.3'
// https://jarcasting.com/artifacts/com.github.frimtec/teamcity-inspection-notification-plugin-server/
implementation ("com.github.frimtec:teamcity-inspection-notification-plugin-server:0.0.3")
'com.github.frimtec:teamcity-inspection-notification-plugin-server:jar:0.0.3'
<dependency org="com.github.frimtec" name="teamcity-inspection-notification-plugin-server" rev="0.0.3">
<artifact name="teamcity-inspection-notification-plugin-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frimtec', module='teamcity-inspection-notification-plugin-server', version='0.0.3')
)
libraryDependencies += "com.github.frimtec" % "teamcity-inspection-notification-plugin-server" % "0.0.3"
[com.github.frimtec/teamcity-inspection-notification-plugin-server "0.0.3"]