is not current version
Last Version 1.1

com.lephix:easy-spring-boot-starter 1.0

This is a starter for creating a project quickly. There are some conventions when importing this starter, configuration could change those behaviors.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.lephix
ArtifactId

ArtifactId

easy-spring-boot-starter
Version

Version

1.0
Type

Type

jar

Download easy-spring-boot-starter 1.0


<!-- https://jarcasting.com/artifacts/com.lephix/easy-spring-boot-starter/ -->
<dependency>
    <groupId>com.lephix</groupId>
    <artifactId>easy-spring-boot-starter</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lephix/easy-spring-boot-starter/
implementation 'com.lephix:easy-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.lephix/easy-spring-boot-starter/
implementation ("com.lephix:easy-spring-boot-starter:1.0")
'com.lephix:easy-spring-boot-starter:jar:1.0'
<dependency org="com.lephix" name="easy-spring-boot-starter" rev="1.0">
  <artifact name="easy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lephix', module='easy-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.lephix" % "easy-spring-boot-starter" % "1.0"
[com.lephix/easy-spring-boot-starter "1.0"]