Categories |
CategoriesSpring Boot Container Microservices Jackson Data JSON |
---|---|
GroupId | GroupIdcom.gitee.easyzone |
ArtifactId | ArtifactIdhewtool-jackson-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.easyzone/hewtool-jackson-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.easyzone</groupId>
<artifactId>hewtool-jackson-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.easyzone/hewtool-jackson-spring-boot-starter/
implementation 'com.gitee.easyzone:hewtool-jackson-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/com.gitee.easyzone/hewtool-jackson-spring-boot-starter/
implementation ("com.gitee.easyzone:hewtool-jackson-spring-boot-starter:0.0.1")
'com.gitee.easyzone:hewtool-jackson-spring-boot-starter:jar:0.0.1'
<dependency org="com.gitee.easyzone" name="hewtool-jackson-spring-boot-starter" rev="0.0.1">
<artifact name="hewtool-jackson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.easyzone', module='hewtool-jackson-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "com.gitee.easyzone" % "hewtool-jackson-spring-boot-starter" % "0.0.1"
[com.gitee.easyzone/hewtool-jackson-spring-boot-starter "0.0.1"]