License |
License
MIT
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.kilmajster |
ArtifactId | ArtifactIdminimal-blog-spring-boot-starter |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionminimal-blog-spring-boot-starter
Spring boot starter that provides simplest blog as possible! ⚡️
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.3.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |