GroupId | GroupIdcom.github.fangjinuo.sqlhelper |
---|---|
ArtifactId | ArtifactIdsqlhelper-examples |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sqlhelper-examples-1.1.1.pom | |
sqlhelper-examples-1.1.1.jar | 40 KB |
sqlhelper-examples-1.1.1-sources.jar | 38 KB |
sqlhelper-examples-1.1.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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-examples/
implementation 'com.github.fangjinuo.sqlhelper:sqlhelper-examples:1.1.1'
// https://jarcasting.com/artifacts/com.github.fangjinuo.sqlhelper/sqlhelper-examples/
implementation ("com.github.fangjinuo.sqlhelper:sqlhelper-examples:1.1.1")
'com.github.fangjinuo.sqlhelper:sqlhelper-examples:jar:1.1.1'
<dependency org="com.github.fangjinuo.sqlhelper" name="sqlhelper-examples" rev="1.1.1">
<artifact name="sqlhelper-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.sqlhelper', module='sqlhelper-examples', version='1.1.1')
)
libraryDependencies += "com.github.fangjinuo.sqlhelper" % "sqlhelper-examples" % "1.1.1"
[com.github.fangjinuo.sqlhelper/sqlhelper-examples "1.1.1"]