| Группа | Группаdev.vality |
|---|---|
| Идентификатор | Идентификаторswag-notification |
| Версия | Версияswag-notification-server |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/dev.vality/swag-notification/ -->
<dependency>
<groupId>dev.vality</groupId>
<artifactId>swag-notification</artifactId>
<version>swag-notification-server</version>
</dependency>
// https://jarcasting.com/artifacts/dev.vality/swag-notification/
implementation 'dev.vality:swag-notification:swag-notification-server'
// https://jarcasting.com/artifacts/dev.vality/swag-notification/
implementation ("dev.vality:swag-notification:swag-notification-server")
'dev.vality:swag-notification:jar:swag-notification-server'
<dependency org="dev.vality" name="swag-notification" rev="swag-notification-server">
<artifact name="swag-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.vality', module='swag-notification', version='swag-notification-server')
)
libraryDependencies += "dev.vality" % "swag-notification" % "swag-notification-server"
[dev.vality/swag-notification "swag-notification-server"]