License |
License |
---|---|
GroupId | GroupIdio.github.isharipov |
ArtifactId | ArtifactIdmethod-counter-core |
Version | Version0.0.7 |
Type | Typejar |
Description |
DescriptionSimple counter of method calls through AOP
|
Filename | Size |
---|---|
method-counter-core-0.0.7.pom | |
method-counter-core-0.0.7.jar | 20 KB |
method-counter-core-0.0.7-sources.jar | 9 KB |
method-counter-core-0.0.7-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.isharipov/method-counter-core/ -->
<dependency>
<groupId>io.github.isharipov</groupId>
<artifactId>method-counter-core</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-core/
implementation 'io.github.isharipov:method-counter-core:0.0.7'
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter-core/
implementation ("io.github.isharipov:method-counter-core:0.0.7")
'io.github.isharipov:method-counter-core:jar:0.0.7'
<dependency org="io.github.isharipov" name="method-counter-core" rev="0.0.7">
<artifact name="method-counter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.isharipov', module='method-counter-core', version='0.0.7')
)
libraryDependencies += "io.github.isharipov" % "method-counter-core" % "0.0.7"
[io.github.isharipov/method-counter-core "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.2 |
org.aspectj : aspectjweaver | jar | 1.9.2 |
io.micrometer : micrometer-core | jar | 1.1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha4 |