| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.corefine.common |
| Идентификатор | Идентификаторcommon-jdbc |
| Версия | Версия1.5.2 |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| common-jdbc-1.5.2.pom | |
| common-jdbc-1.5.2.jar | 7 KB |
| common-jdbc-1.5.2-sources.jar | 5 KB |
| common-jdbc-1.5.2-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.corefine.common/common-jdbc/ -->
<dependency>
<groupId>org.corefine.common</groupId>
<artifactId>common-jdbc</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.corefine.common/common-jdbc/
implementation 'org.corefine.common:common-jdbc:1.5.2'
// https://jarcasting.com/artifacts/org.corefine.common/common-jdbc/
implementation ("org.corefine.common:common-jdbc:1.5.2")
'org.corefine.common:common-jdbc:jar:1.5.2'
<dependency org="org.corefine.common" name="common-jdbc" rev="1.5.2">
<artifact name="common-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corefine.common', module='common-jdbc', version='1.5.2')
)
libraryDependencies += "org.corefine.common" % "common-jdbc" % "1.5.2"
[org.corefine.common/common-jdbc "1.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |
| com.alibaba : druid-spring-boot-starter | jar | 1.1.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| mysql : mysql-connector-java | jar | 5.1.47 |