Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.isharipov |
ArtifactId | ArtifactIdmethod-counter-spring-boot-starter |
Version | Version0.0.2 |
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.2</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.2'
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-spring-boot-starter/
implementation ("io.github.isharipov:method-counter-spring-boot-starter:0.0.2")
'io.github.isharipov:method-counter-spring-boot-starter:jar:0.0.2'
<dependency org="io.github.isharipov" name="method-counter-spring-boot-starter" rev="0.0.2">
<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.2')
)
libraryDependencies += "io.github.isharipov" % "method-counter-spring-boot-starter" % "0.0.2"
[io.github.isharipov/method-counter-spring-boot-starter "0.0.2"]