| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.dummyjdbc |
| ArtifactId | ArtifactIddummyjdbc |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDummyJDBC
DummyJDBC is a mock JDBC driver which can return data from CSV files
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dummyjdbc-1.3.1.pom | |
| dummyjdbc-1.3.1.jar | 57 KB |
| dummyjdbc-1.3.1-sources.jar | 13 KB |
| dummyjdbc-1.3.1-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.dummyjdbc/dummyjdbc/ -->
<dependency>
<groupId>com.googlecode.dummyjdbc</groupId>
<artifactId>dummyjdbc</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.dummyjdbc/dummyjdbc/
implementation 'com.googlecode.dummyjdbc:dummyjdbc:1.3.1'
// https://jarcasting.com/artifacts/com.googlecode.dummyjdbc/dummyjdbc/
implementation ("com.googlecode.dummyjdbc:dummyjdbc:1.3.1")
'com.googlecode.dummyjdbc:dummyjdbc:jar:1.3.1'
<dependency org="com.googlecode.dummyjdbc" name="dummyjdbc" rev="1.3.1">
<artifact name="dummyjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.dummyjdbc', module='dummyjdbc', version='1.3.1')
)
libraryDependencies += "com.googlecode.dummyjdbc" % "dummyjdbc" % "1.3.1"
[com.googlecode.dummyjdbc/dummyjdbc "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.opencsv : opencsv | jar | 4.6 |
| org.aspectj : aspectjrt | jar | 1.9.7 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| ch.qos.logback : logback-classic | jar | 1.2.5 |
| ch.qos.logback : logback-core | jar | 1.2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |