is not current version
Last Version 1.0.1.RELEASE

com.jack90john:spring-boot-with-utils-parent 1.0.0.RELEASE

integrate spring-boot-starter-parent and some useful utils like lombok, commons-lang3, commons-collections4 etc. into one

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.jack90john
ArtifactId

ArtifactId

spring-boot-with-utils-parent
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download spring-boot-with-utils-parent 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/ -->
<dependency>
    <groupId>com.jack90john</groupId>
    <artifactId>spring-boot-with-utils-parent</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/
implementation 'com.jack90john:spring-boot-with-utils-parent:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.jack90john/spring-boot-with-utils-parent/
implementation ("com.jack90john:spring-boot-with-utils-parent:1.0.0.RELEASE")
'com.jack90john:spring-boot-with-utils-parent:pom:1.0.0.RELEASE'
<dependency org="com.jack90john" name="spring-boot-with-utils-parent" rev="1.0.0.RELEASE">
  <artifact name="spring-boot-with-utils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jack90john', module='spring-boot-with-utils-parent', version='1.0.0.RELEASE')
)
libraryDependencies += "com.jack90john" % "spring-boot-with-utils-parent" % "1.0.0.RELEASE"
[com.jack90john/spring-boot-with-utils-parent "1.0.0.RELEASE"]