Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.kilmajster |
ArtifactId | ArtifactIdminimal-blog-spring-boot-starter |
Version | Version0.2-poc |
Type | Typejar |
<!-- 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"]