License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases Net Utility General Purpose Libraries |
GroupId | GroupIdnet.cofares.ljug |
ArtifactId | ArtifactIdjdbcmysql-utility |
Version | Version0.1-donotuse |
Type | Typejar |
Description |
DescriptionUtilisatire 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
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.13 |