is not current version
Last Version 0.3

io.github.kilmajster:minimal-blog-spring-boot-starter 0.2-poc

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.kilmajster
ArtifactId

ArtifactId

minimal-blog-spring-boot-starter
Version

Version

0.2-poc
Type

Type

jar

Download minimal-blog-spring-boot-starter 0.2-poc


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