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