Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.seelyn |
ArtifactId | ArtifactIdtdmq-spring-boot-starter-parent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
tdmq-spring-boot-starter-parent-1.1.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seelyn/tdmq-spring-boot-starter-parent/ -->
<dependency>
<groupId>com.seelyn</groupId>
<artifactId>tdmq-spring-boot-starter-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.seelyn/tdmq-spring-boot-starter-parent/
implementation 'com.seelyn:tdmq-spring-boot-starter-parent:1.1.0'
// https://jarcasting.com/artifacts/com.seelyn/tdmq-spring-boot-starter-parent/
implementation ("com.seelyn:tdmq-spring-boot-starter-parent:1.1.0")
'com.seelyn:tdmq-spring-boot-starter-parent:pom:1.1.0'
<dependency org="com.seelyn" name="tdmq-spring-boot-starter-parent" rev="1.1.0">
<artifact name="tdmq-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.seelyn', module='tdmq-spring-boot-starter-parent', version='1.1.0')
)
libraryDependencies += "com.seelyn" % "tdmq-spring-boot-starter-parent" % "1.1.0"
[com.seelyn/tdmq-spring-boot-starter-parent "1.1.0"]