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