minimal-blog-spring-boot-starter

Spring boot starter that provides simplest blog as possible! ⚡️

License

License

MIT
Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.kilmajster
ArtifactId

ArtifactId

minimal-blog-spring-boot-starter
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

minimal-blog-spring-boot-starter
Spring boot starter that provides simplest blog as possible! ⚡️

Download minimal-blog-spring-boot-starter

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
com.atlassian.commonmark : commonmark jar 0.15.2
com.atlassian.commonmark : commonmark-ext-gfm-tables jar 0.15.2
com.atlassian.commonmark : commonmark-ext-gfm-strikethrough jar 0.15.2
org.springframework.boot : spring-boot-starter-data-jpa jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-thymeleaf jar 2.3.4.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.3.4.RELEASE
commons-io : commons-io jar 2.8.0
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.3.4.RELEASE
org.projectlombok : lombok Optional jar 1.18.12

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.3.4.RELEASE

test (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3
0.2-09072020
0.2-poc
0.1-05062020-1
0.1-04062020
0.1-poc