GroupId | GroupIdio.github.esirotkin |
---|---|
ArtifactId | ArtifactIdstatistics-collector-jdbc |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.esirotkin/statistics-collector-jdbc/ -->
<dependency>
<groupId>io.github.esirotkin</groupId>
<artifactId>statistics-collector-jdbc</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.esirotkin/statistics-collector-jdbc/
implementation 'io.github.esirotkin:statistics-collector-jdbc:1.0.2'
// https://jarcasting.com/artifacts/io.github.esirotkin/statistics-collector-jdbc/
implementation ("io.github.esirotkin:statistics-collector-jdbc:1.0.2")
'io.github.esirotkin:statistics-collector-jdbc:jar:1.0.2'
<dependency org="io.github.esirotkin" name="statistics-collector-jdbc" rev="1.0.2">
<artifact name="statistics-collector-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.esirotkin', module='statistics-collector-jdbc', version='1.0.2')
)
libraryDependencies += "io.github.esirotkin" % "statistics-collector-jdbc" % "1.0.2"
[io.github.esirotkin/statistics-collector-jdbc "1.0.2"]