Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdru.curs |
ArtifactId | ArtifactIdspring-boot-starter-celesta |
Version | Version2.1.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.curs/spring-boot-starter-celesta/ -->
<dependency>
<groupId>ru.curs</groupId>
<artifactId>spring-boot-starter-celesta</artifactId>
<version>2.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/ru.curs/spring-boot-starter-celesta/
implementation 'ru.curs:spring-boot-starter-celesta:2.1.20'
// https://jarcasting.com/artifacts/ru.curs/spring-boot-starter-celesta/
implementation ("ru.curs:spring-boot-starter-celesta:2.1.20")
'ru.curs:spring-boot-starter-celesta:jar:2.1.20'
<dependency org="ru.curs" name="spring-boot-starter-celesta" rev="2.1.20">
<artifact name="spring-boot-starter-celesta" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.curs', module='spring-boot-starter-celesta', version='2.1.20')
)
libraryDependencies += "ru.curs" % "spring-boot-starter-celesta" % "2.1.20"
[ru.curs/spring-boot-starter-celesta "2.1.20"]