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