Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.xishankeji |
ArtifactId | ArtifactIdxsloader4j-spring-boot-embed-starter |
Version | Version1.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.xishankeji/xsloader4j-spring-boot-embed-starter/ -->
<dependency>
<groupId>com.xishankeji</groupId>
<artifactId>xsloader4j-spring-boot-embed-starter</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/xsloader4j-spring-boot-embed-starter/
implementation 'com.xishankeji:xsloader4j-spring-boot-embed-starter:1.1.6'
// https://jarcasting.com/artifacts/com.xishankeji/xsloader4j-spring-boot-embed-starter/
implementation ("com.xishankeji:xsloader4j-spring-boot-embed-starter:1.1.6")
'com.xishankeji:xsloader4j-spring-boot-embed-starter:jar:1.1.6'
<dependency org="com.xishankeji" name="xsloader4j-spring-boot-embed-starter" rev="1.1.6">
<artifact name="xsloader4j-spring-boot-embed-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='xsloader4j-spring-boot-embed-starter', version='1.1.6')
)
libraryDependencies += "com.xishankeji" % "xsloader4j-spring-boot-embed-starter" % "1.1.6"
[com.xishankeji/xsloader4j-spring-boot-embed-starter "1.1.6"]