| GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
|---|---|
| ArtifactId | ArtifactIdsqlhelper |
| Version | Version2.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sqlhelper-2.0.4.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper:2.0.4'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper:2.0.4")
'com.github.fangjinuo.sqlhelper:sqlhelper:pom:2.0.4'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper" rev="2.0.4">
<artifact name="sqlhelper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper', version='2.0.4')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper" % "2.0.4"
[com.github.fangjinuo.sqlhelper/sqlhelper "2.0.4"]