| Группа | Группаcom.github.mryingjie |
|---|---|
| Идентификатор | Идентификаторsql-executor-core |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sql-executor-core-1.0.pom | |
| sql-executor-core-1.0.jar | 96 KB |
| sql-executor-core-1.0-sources.jar | 45 KB |
| sql-executor-core-1.0-javadoc.jar | 287 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/ -->
<dependency>
<groupId>com.github.mryingjie</groupId>
<artifactId>sql-executor-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/
implementation 'com.github.mryingjie:sql-executor-core:1.0'
// https://jarcasting.com/artifacts/com.github.mryingjie/sql-executor-core/
implementation ("com.github.mryingjie:sql-executor-core:1.0")
'com.github.mryingjie:sql-executor-core:jar:1.0'
<dependency org="com.github.mryingjie" name="sql-executor-core" rev="1.0">
<artifact name="sql-executor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mryingjie', module='sql-executor-core', version='1.0')
)
libraryDependencies += "com.github.mryingjie" % "sql-executor-core" % "1.0"
[com.github.mryingjie/sql-executor-core "1.0"]