Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
ArtifactId | ArtifactIdsqlhelper-datasource |
Version | Version3.6.1 |
Type | Typejar |
Filename | Size |
---|---|
sqlhelper-datasource-3.6.1.pom | |
sqlhelper-datasource-3.6.1.jar | 131 KB |
sqlhelper-datasource-3.6.1-sources.jar | 92 KB |
sqlhelper-datasource-3.6.1-javadoc.jar | 505 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-datasource</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-datasource:3.6.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-datasource/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-datasource:3.6.1")
'com.github.fangjinuo.sqlhelper:sqlhelper-datasource:jar:3.6.1'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-datasource" rev="3.6.1">
<artifact name="sqlhelper-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-datasource', version='3.6.1')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-datasource" % "3.6.1"
[com.github.fangjinuo.sqlhelper/sqlhelper-datasource "3.6.1"]