Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdio.github.horvee.storylog |
ArtifactId | ArtifactIdspringboot-configuration |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/ -->
<dependency>
<groupId>io.github.horvee.storylog</groupId>
<artifactId>springboot-configuration</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/
implementation 'io.github.horvee.storylog:springboot-configuration:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/
implementation ("io.github.horvee.storylog:springboot-configuration:1.0.0.RELEASE")
'io.github.horvee.storylog:springboot-configuration:jar:1.0.0.RELEASE'
<dependency org="io.github.horvee.storylog" name="springboot-configuration" rev="1.0.0.RELEASE">
<artifact name="springboot-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='springboot-configuration', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "springboot-configuration" % "1.0.0.RELEASE"
[io.github.horvee.storylog/springboot-configuration "1.0.0.RELEASE"]