GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
---|---|
ArtifactId | ArtifactIdsqlhelper-examples |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
sqlhelper-examples-1.2.1.pom | |
sqlhelper-examples-1.2.1.jar | 41 KB |
sqlhelper-examples-1.2.1-sources.jar | 39 KB |
sqlhelper-examples-1.2.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-examples/ -->
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-examples</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-examples/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-examples:1.2.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-examples/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-examples:1.2.1")
'com.github.fangjinuo.sqlhelper:sqlhelper-examples:jar:1.2.1'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-examples" rev="1.2.1">
<artifact name="sqlhelper-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-examples', version='1.2.1')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-examples" % "1.2.1"
[com.github.fangjinuo.sqlhelper/sqlhelper-examples "1.2.1"]