GroupId | GroupIdru.curs |
---|---|
ArtifactId | ArtifactIdcelesta-system-services |
Version | Version7.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.curs/celesta-system-services/ -->
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-system-services</artifactId>
<version>7.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/ru.curs/celesta-system-services/
implementation 'ru.curs:celesta-system-services:7.3.5'
// https://jarcasting.com/artifacts/ru.curs/celesta-system-services/
implementation ("ru.curs:celesta-system-services:7.3.5")
'ru.curs:celesta-system-services:jar:7.3.5'
<dependency org="ru.curs" name="celesta-system-services" rev="7.3.5">
<artifact name="celesta-system-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.curs', module='celesta-system-services', version='7.3.5')
)
libraryDependencies += "ru.curs" % "celesta-system-services" % "7.3.5"
[ru.curs/celesta-system-services "7.3.5"]