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