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