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