Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.pumpitup.pn5 |
ArtifactId | ArtifactIdsql-remote-client |
Version | Version0.4.22 |
Type | Typejar |
Filename | Size |
---|---|
sql-remote-client-0.4.22.pom | |
sql-remote-client-0.4.22.jar | 14 KB |
sql-remote-client-0.4.22-sources.jar | 9 KB |
sql-remote-client-0.4.22-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.pumpitup.pn5/sql-remote-client/ -->
<dependency>
<groupId>cz.pumpitup.pn5</groupId>
<artifactId>sql-remote-client</artifactId>
<version>0.4.22</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/sql-remote-client/
implementation 'cz.pumpitup.pn5:sql-remote-client:0.4.22'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/sql-remote-client/
implementation ("cz.pumpitup.pn5:sql-remote-client:0.4.22")
'cz.pumpitup.pn5:sql-remote-client:jar:0.4.22'
<dependency org="cz.pumpitup.pn5" name="sql-remote-client" rev="0.4.22">
<artifact name="sql-remote-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5', module='sql-remote-client', version='0.4.22')
)
libraryDependencies += "cz.pumpitup.pn5" % "sql-remote-client" % "0.4.22"
[cz.pumpitup.pn5/sql-remote-client "0.4.22"]