GroupId | GroupIdru.dmerkushov |
---|---|
ArtifactId | ArtifactIddb-helper |
Version | Version1.8.2 |
Type | Typejar |
Filename | Size |
---|---|
db-helper-1.8.2.pom | |
db-helper-1.8.2.jar | 13 KB |
db-helper-1.8.2-sources.jar | 7 KB |
db-helper-1.8.2-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.dmerkushov/db-helper/ -->
<dependency>
<groupId>ru.dmerkushov</groupId>
<artifactId>db-helper</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.dmerkushov/db-helper/
implementation 'ru.dmerkushov:db-helper:1.8.2'
// https://jarcasting.com/artifacts/ru.dmerkushov/db-helper/
implementation ("ru.dmerkushov:db-helper:1.8.2")
'ru.dmerkushov:db-helper:jar:1.8.2'
<dependency org="ru.dmerkushov" name="db-helper" rev="1.8.2">
<artifact name="db-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.dmerkushov', module='db-helper', version='1.8.2')
)
libraryDependencies += "ru.dmerkushov" % "db-helper" % "1.8.2"
[ru.dmerkushov/db-helper "1.8.2"]