Categories |
CategoriesSpring Boot Container Microservices p6spy Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.gavlyukovskiy |
ArtifactId | ArtifactIdp6spy-spring-boot-starter |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gavlyukovskiy/p6spy-spring-boot-starter/ -->
<dependency>
<groupId>com.github.gavlyukovskiy</groupId>
<artifactId>p6spy-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavlyukovskiy/p6spy-spring-boot-starter/
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.gavlyukovskiy/p6spy-spring-boot-starter/
implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.0.1.RELEASE")
'com.github.gavlyukovskiy:p6spy-spring-boot-starter:jar:1.0.1.RELEASE'
<dependency org="com.github.gavlyukovskiy" name="p6spy-spring-boot-starter" rev="1.0.1.RELEASE">
<artifact name="p6spy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavlyukovskiy', module='p6spy-spring-boot-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.gavlyukovskiy" % "p6spy-spring-boot-starter" % "1.0.1.RELEASE"
[com.github.gavlyukovskiy/p6spy-spring-boot-starter "1.0.1.RELEASE"]