License |
License |
---|---|
GroupId | GroupIdio.github.isharipov |
ArtifactId | ArtifactIdmethod-counter |
Version | Version0.0.7 |
Type | Typepom |
Description |
DescriptionMethod Counter
Simple counter of method calls through AOP
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
method-counter-0.0.7.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.isharipov/method-counter/ -->
<dependency>
<groupId>io.github.isharipov</groupId>
<artifactId>method-counter</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter/
implementation 'io.github.isharipov:method-counter:0.0.7'
// https://jarcasting.com/artifacts/io.github.isharipov/method-counter/
implementation ("io.github.isharipov:method-counter:0.0.7")
'io.github.isharipov:method-counter:pom:0.0.7'
<dependency org="io.github.isharipov" name="method-counter" rev="0.0.7">
<artifact name="method-counter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.isharipov', module='method-counter', version='0.0.7')
)
libraryDependencies += "io.github.isharipov" % "method-counter" % "0.0.7"
[io.github.isharipov/method-counter "0.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha4 |