Last Version

io.github.byc-smart:cloud-boot 1.0.0

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

io.github.byc-smart
ArtifactId

ArtifactId

cloud-boot
Version

Version

1.0.0
Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/cloud-boot

Download cloud-boot 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.byc-smart/cloud-boot/ -->
<dependency>
    <groupId>io.github.byc-smart</groupId>
    <artifactId>cloud-boot</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.byc-smart/cloud-boot/
implementation 'io.github.byc-smart:cloud-boot:1.0.0'
// https://jarcasting.com/artifacts/io.github.byc-smart/cloud-boot/
implementation ("io.github.byc-smart:cloud-boot:1.0.0")
'io.github.byc-smart:cloud-boot:jar:1.0.0'
<dependency org="io.github.byc-smart" name="cloud-boot" rev="1.0.0">
  <artifact name="cloud-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.byc-smart', module='cloud-boot', version='1.0.0')
)
libraryDependencies += "io.github.byc-smart" % "cloud-boot" % "1.0.0"
[io.github.byc-smart/cloud-boot "1.0.0"]

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.3.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 1.3.0
org.springframework.boot : spring-boot-starter-web jar 2.0.3.RELEASE
io.github.byc-smart : cloud-service-mybatis jar 1.0.0
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.0.1
javax.persistence : persistence-api jar 1.0
org.json : json jar 20180130
mysql : mysql-connector-java jar 8.0.22
org.postgresql : postgresql jar 42.2.2
org.springframework.boot : spring-boot-starter-freemarker jar 2.0.3.RELEASE
org.springframework.boot : spring-boot-starter-cache jar 2.0.3.RELEASE

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-properties-migrator jar 2.0.3.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.3.RELEASE

Project Modules

There are no modules declared in this project.