Categories |
CategoriesSpring Boot Container Microservices Narayana Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdme.snowdrop |
ArtifactId | ArtifactIdnarayana-spring-boot-parent |
Version | Version2.5.0 |
Type | Typepom |
Filename | Size |
---|---|
narayana-spring-boot-parent-2.5.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-parent/ -->
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>narayana-spring-boot-parent</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-parent/
implementation 'me.snowdrop:narayana-spring-boot-parent:2.5.0'
// https://jarcasting.com/artifacts/me.snowdrop/narayana-spring-boot-parent/
implementation ("me.snowdrop:narayana-spring-boot-parent:2.5.0")
'me.snowdrop:narayana-spring-boot-parent:pom:2.5.0'
<dependency org="me.snowdrop" name="narayana-spring-boot-parent" rev="2.5.0">
<artifact name="narayana-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='narayana-spring-boot-parent', version='2.5.0')
)
libraryDependencies += "me.snowdrop" % "narayana-spring-boot-parent" % "2.5.0"
[me.snowdrop/narayana-spring-boot-parent "2.5.0"]