Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.isharipov |
ArtifactId | ArtifactIdmethod-counter-spring-boot-starter |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.isharipov/method-counter-spring-boot-starter/ -->
<dependency>
<groupId>io.github.isharipov</groupId>
<artifactId>method-counter-spring-boot-starter</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-spring-boot-starter/
implementation 'io.github.isharipov:method-counter-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-spring-boot-starter/
implementation ("io.github.isharipov:method-counter-spring-boot-starter:0.0.3")
'io.github.isharipov:method-counter-spring-boot-starter:jar:0.0.3'
<dependency org="io.github.isharipov" name="method-counter-spring-boot-starter" rev="0.0.3">
<artifact name="method-counter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.isharipov', module='method-counter-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "io.github.isharipov" % "method-counter-spring-boot-starter" % "0.0.3"
[io.github.isharipov/method-counter-spring-boot-starter "0.0.3"]