Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.xishankeji |
ArtifactId | ArtifactIdxsloader4j-spring-boot-embed-starter |
Version | Version1.1.5 |
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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.xishankeji/xsloader4j-spring-boot-embed-starter/
implementation 'com.xishankeji:xsloader4j-spring-boot-embed-starter:1.1.5'
// https://jarcasting.com/artifacts/com.xishankeji/xsloader4j-spring-boot-embed-starter/
implementation ("com.xishankeji:xsloader4j-spring-boot-embed-starter:1.1.5")
'com.xishankeji:xsloader4j-spring-boot-embed-starter:jar:1.1.5'
<dependency org="com.xishankeji" name="xsloader4j-spring-boot-embed-starter" rev="1.1.5">
<artifact name="xsloader4j-spring-boot-embed-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xishankeji', module='xsloader4j-spring-boot-embed-starter', version='1.1.5')
)
libraryDependencies += "com.xishankeji" % "xsloader4j-spring-boot-embed-starter" % "1.1.5"
[com.xishankeji/xsloader4j-spring-boot-embed-starter "1.1.5"]