Categories |
CategoriesSpring Boot Container Microservices Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdme.snowdrop |
ArtifactId | ArtifactIdnarayana-spring-boot-starter |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-starter/ -->
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>narayana-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-starter/
implementation 'me.snowdrop:narayana-spring-boot-starter:1.0.2'
// https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-starter/
implementation ("me.snowdrop:narayana-spring-boot-starter:1.0.2")
'me.snowdrop:narayana-spring-boot-starter:jar:1.0.2'
<dependency org="me.snowdrop" name="narayana-spring-boot-starter" rev="1.0.2">
<artifact name="narayana-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='narayana-spring-boot-starter', version='1.0.2')
)
libraryDependencies += "me.snowdrop" % "narayana-spring-boot-starter" % "1.0.2"
[me.snowdrop/narayana-spring-boot-starter "1.0.2"]