License |
License |
---|---|
GroupId | GroupIdme.chyxion |
ArtifactId | ArtifactIdnewbie-jdbc |
Version | Version0.0.1-RELEASE |
Type | Typejar |
Description |
DescriptionNewbie JDBC
Newbie JDBC
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
newbie-jdbc-0.0.1-RELEASE.pom | |
newbie-jdbc-0.0.1-RELEASE-sources.jar | 16 KB |
newbie-jdbc-0.0.1-RELEASE-javadoc.jar | 97 KB |
newbie-jdbc-0.0.1-RELEASE.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.chyxion/newbie-jdbc/ -->
<dependency>
<groupId>me.chyxion</groupId>
<artifactId>newbie-jdbc</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.chyxion/newbie-jdbc/
implementation 'me.chyxion:newbie-jdbc:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/me.chyxion/newbie-jdbc/
implementation ("me.chyxion:newbie-jdbc:0.0.1-RELEASE")
'me.chyxion:newbie-jdbc:jar:0.0.1-RELEASE'
<dependency org="me.chyxion" name="newbie-jdbc" rev="0.0.1-RELEASE">
<artifact name="newbie-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.chyxion', module='newbie-jdbc', version='0.0.1-RELEASE')
)
libraryDependencies += "me.chyxion" % "newbie-jdbc" % "0.0.1-RELEASE"
[me.chyxion/newbie-jdbc "0.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.19 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.4.1 |
org.apache.logging.log4j : log4j-core | jar | 2.4.1 |
com.alibaba : druid | jar | 1.0.12 |
mysql : mysql-connector-java | jar | 5.0.8 |