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