| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.oschina.bilbodai.common |
| ArtifactId | ArtifactIdcommon-jdbc |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| common-jdbc-1.0.0.pom | |
| common-jdbc-1.0.0.jar | 21 KB |
| common-jdbc-1.0.0-sources.jar | 13 KB |
| common-jdbc-1.0.0-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-jdbc/ -->
<dependency>
<groupId>net.oschina.bilbodai.common</groupId>
<artifactId>common-jdbc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-jdbc/
implementation 'net.oschina.bilbodai.common:common-jdbc:1.0.0'
// https://jarcasting.com/artifacts/net.oschina.bilbodai.common/common-jdbc/
implementation ("net.oschina.bilbodai.common:common-jdbc:1.0.0")
'net.oschina.bilbodai.common:common-jdbc:jar:1.0.0'
<dependency org="net.oschina.bilbodai.common" name="common-jdbc" rev="1.0.0">
<artifact name="common-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.bilbodai.common', module='common-jdbc', version='1.0.0')
)
libraryDependencies += "net.oschina.bilbodai.common" % "common-jdbc" % "1.0.0"
[net.oschina.bilbodai.common/common-jdbc "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
| mysql : mysql-connector-java | jar | 5.1.36 |
| com.google.guava : guava | jar | 20.0 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.2.5.RELEASE |
| junit : junit | jar | 4.12 |