Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
ArtifactId | ArtifactIdsqlhelper-cli |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sqlhelper-cli-2.1.1.pom | |
sqlhelper-cli-2.1.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-cli/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-cli</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-cli/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-cli:2.1.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-cli/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-cli:2.1.1")
'com.github.fangjinuo.sqlhelper:sqlhelper-cli:jar:2.1.1'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-cli" rev="2.1.1">
<artifact name="sqlhelper-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-cli', version='2.1.1')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-cli" % "2.1.1"
[com.github.fangjinuo.sqlhelper/sqlhelper-cli "2.1.1"]