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