Last Version

io.github.isharipov:method-counter-spring-boot-autoconfigure 0.0.7

Simple counter of method calls through AOP

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

io.github.isharipov
ArtifactId

ArtifactId

method-counter-spring-boot-autoconfigure
Version

Version

0.0.7
Type

Type

jar
Description

Description

Simple counter of method calls through AOP

Download method-counter-spring-boot-autoconfigure 0.0.7


<!-- 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.7</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.7'
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-spring-boot-autoconfigure/
implementation ("io.github.isharipov:method-counter-spring-boot-autoconfigure:0.0.7")
'io.github.isharipov:method-counter-spring-boot-autoconfigure:jar:0.0.7'
<dependency org="io.github.isharipov" name="method-counter-spring-boot-autoconfigure" rev="0.0.7">
  <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.7')
)
libraryDependencies += "io.github.isharipov" % "method-counter-spring-boot-autoconfigure" % "0.0.7"
[io.github.isharipov/method-counter-spring-boot-autoconfigure "0.0.7"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.1.1.RELEASE
org.springframework.boot : spring-boot-starter-aop jar 2.1.1.RELEASE
io.github.isharipov : method-counter-core jar 0.0.7
org.springframework.boot : spring-boot-starter-actuator jar 2.1.1.RELEASE
org.slf4j : slf4j-api jar 1.8.0-beta2
ch.qos.logback : logback-classic jar 1.3.0-alpha4

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.1.RELEASE

Project Modules

There are no modules declared in this project.