Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.weizhiwen |
ArtifactId | ArtifactIdshixin-spring-boot-dal |
Version | Version0.1.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/ -->
<dependency>
<groupId>com.github.weizhiwen</groupId>
<artifactId>shixin-spring-boot-dal</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/
implementation 'com.github.weizhiwen:shixin-spring-boot-dal:0.1.10'
// https://jarcasting.com/artifacts/com.github.weizhiwen/shixin-spring-boot-dal/
implementation ("com.github.weizhiwen:shixin-spring-boot-dal:0.1.10")
'com.github.weizhiwen:shixin-spring-boot-dal:jar:0.1.10'
<dependency org="com.github.weizhiwen" name="shixin-spring-boot-dal" rev="0.1.10">
<artifact name="shixin-spring-boot-dal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weizhiwen', module='shixin-spring-boot-dal', version='0.1.10')
)
libraryDependencies += "com.github.weizhiwen" % "shixin-spring-boot-dal" % "0.1.10"
[com.github.weizhiwen/shixin-spring-boot-dal "0.1.10"]