Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.devswork |
ArtifactId | ArtifactIdspring-boot-starter-data-serialize |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.devswork/spring-boot-starter-data-serialize/ -->
<dependency>
<groupId>com.github.devswork</groupId>
<artifactId>spring-boot-starter-data-serialize</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.devswork/spring-boot-starter-data-serialize/
implementation 'com.github.devswork:spring-boot-starter-data-serialize:1.3.0'
// https://jarcasting.com/artifacts/com.github.devswork/spring-boot-starter-data-serialize/
implementation ("com.github.devswork:spring-boot-starter-data-serialize:1.3.0")
'com.github.devswork:spring-boot-starter-data-serialize:jar:1.3.0'
<dependency org="com.github.devswork" name="spring-boot-starter-data-serialize" rev="1.3.0">
<artifact name="spring-boot-starter-data-serialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.devswork', module='spring-boot-starter-data-serialize', version='1.3.0')
)
libraryDependencies += "com.github.devswork" % "spring-boot-starter-data-serialize" % "1.3.0"
[com.github.devswork/spring-boot-starter-data-serialize "1.3.0"]