| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMySQL Данные Базы данных Сеть Utility Универсальные библиотеки |
| Группа | Группаnet.cofares.ljug |
| Идентификатор | Идентификаторjdbcmysql-utility |
| Версия | Версия0.1-donotuse |
| Тип | Типjar |
| Описание |
ОписаниеUtilisatire JDBC par LJUG
Utilitaire générique pour la gestion de requete et l'affichage de résulat avec JDBC.
Do not use this version is just for testing deployemtn to central maven (and for my studnets at Cnam Liban)
next versions will be best tested and completed
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.cofares.ljug/jdbcmysql-utility/ -->
<dependency>
<groupId>net.cofares.ljug</groupId>
<artifactId>jdbcmysql-utility</artifactId>
<version>0.1-donotuse</version>
</dependency>
// https://jarcasting.com/artifacts/net.cofares.ljug/jdbcmysql-utility/
implementation 'net.cofares.ljug:jdbcmysql-utility:0.1-donotuse'
// https://jarcasting.com/artifacts/net.cofares.ljug/jdbcmysql-utility/
implementation ("net.cofares.ljug:jdbcmysql-utility:0.1-donotuse")
'net.cofares.ljug:jdbcmysql-utility:jar:0.1-donotuse'
<dependency org="net.cofares.ljug" name="jdbcmysql-utility" rev="0.1-donotuse">
<artifact name="jdbcmysql-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cofares.ljug', module='jdbcmysql-utility', version='0.1-donotuse')
)
libraryDependencies += "net.cofares.ljug" % "jdbcmysql-utility" % "0.1-donotuse"
[net.cofares.ljug/jdbcmysql-utility "0.1-donotuse"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.13 |