| GroupId | GroupIdcom.github.eugeniyk |
|---|---|
| ArtifactId | ArtifactIdapi-counters_2.12 |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| api-counters_2.12-0.1.1.pom | |
| api-counters_2.12-0.1.1.jar | 68 KB |
| api-counters_2.12-0.1.1-sources.jar | 4 KB |
| api-counters_2.12-0.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.eugeniyk/api-counters_2.12/ -->
<dependency>
<groupId>com.github.eugeniyk</groupId>
<artifactId>api-counters_2.12</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eugeniyk/api-counters_2.12/
implementation 'com.github.eugeniyk:api-counters_2.12:0.1.1'
// https://jarcasting.com/artifacts/com.github.eugeniyk/api-counters_2.12/
implementation ("com.github.eugeniyk:api-counters_2.12:0.1.1")
'com.github.eugeniyk:api-counters_2.12:jar:0.1.1'
<dependency org="com.github.eugeniyk" name="api-counters_2.12" rev="0.1.1">
<artifact name="api-counters_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eugeniyk', module='api-counters_2.12', version='0.1.1')
)
libraryDependencies += "com.github.eugeniyk" % "api-counters_2.12" % "0.1.1"
[com.github.eugeniyk/api-counters_2.12 "0.1.1"]