License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.deepexi |
ArtifactId | ArtifactIdpojo-converter-spring-boot-starter |
Last Version | Last Version1.0.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.deepexi/pojo-converter-spring-boot-starter/ -->
<dependency>
<groupId>com.github.deepexi</groupId>
<artifactId>pojo-converter-spring-boot-starter</artifactId>
<version>1.0.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.deepexi/pojo-converter-spring-boot-starter/
implementation 'com.github.deepexi:pojo-converter-spring-boot-starter:1.0.0-release'
// https://jarcasting.com/artifacts/com.github.deepexi/pojo-converter-spring-boot-starter/
implementation ("com.github.deepexi:pojo-converter-spring-boot-starter:1.0.0-release")
'com.github.deepexi:pojo-converter-spring-boot-starter:jar:1.0.0-release'
<dependency org="com.github.deepexi" name="pojo-converter-spring-boot-starter" rev="1.0.0-release">
<artifact name="pojo-converter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.deepexi', module='pojo-converter-spring-boot-starter', version='1.0.0-release')
)
libraryDependencies += "com.github.deepexi" % "pojo-converter-spring-boot-starter" % "1.0.0-release"
[com.github.deepexi/pojo-converter-spring-boot-starter "1.0.0-release"]