m

minimal-blog-spring-boot-starter

Spring boot starter that provides simplest blog as possible! ⚡️
https://github.com/kilmajster/minimal-blog-spring-boot-starter
MIT
Łukasz Włódarczyk
文件下载
文件名 操作
minimal-blog-spring-boot-starter-0.3.jar 下载
minimal-blog-spring-boot-starter-0.3.pom 下载
minimal-blog-spring-boot-starter-0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.kilmajster</groupId>
  <artifactId>minimal-blog-spring-boot-starter</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.kilmajster:minimal-blog-spring-boot-starter:0.3'
Gradle Kotlin
implementation("io.github.kilmajster:minimal-blog-spring-boot-starter:0.3")
Scala SBT
libraryDependencies += "io.github.kilmajster" % "minimal-blog-spring-boot-starter" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kilmajster', module='minimal-blog-spring-boot-starter', version='0.3')
)
Apache Ivy
<dependency org="io.github.kilmajster" name="minimal-blog-spring-boot-starter" rev="0.3" />
Leiningen
[io.github.kilmajster/minimal-blog-spring-boot-starter "0.3"]
Apache Buildr
'io.github.kilmajster:minimal-blog-spring-boot-starter:jar:0.3'