io.github.byc-smart:byc-boot

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

License

License

GroupId

GroupId

io.github.byc-smart
ArtifactId

ArtifactId

byc-boot
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download byc-boot

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.5.0
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 1.3.0
org.springframework.boot : spring-boot-starter-web jar 2.5.0
org.springframework.boot : spring-boot-starter-freemarker jar 2.5.0
org.springframework.boot : spring-boot-starter-cache jar 2.5.0
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.9.0
javax.persistence : persistence-api jar 1.0.2
org.json : json jar 20210307
mysql : mysql-connector-java jar 8.0.25
org.postgresql : postgresql jar 42.2.20

runtime (1)

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

test (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1