License |
License |
---|---|
GroupId | GroupIdcom.github.andreptb |
ArtifactId | ArtifactIdfitnesse-jdbc-slim |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionfitnesse-jdbc-slim
FitNesse JDBC fixture in slim format. Allows running SQL commands on multiple database connections.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fitnesse-jdbc-slim-0.0.2.pom | |
fitnesse-jdbc-slim-0.0.2.jar | 4 KB |
fitnesse-jdbc-slim-0.0.2-sources.jar | 2 KB |
fitnesse-jdbc-slim-0.0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-jdbc-slim/ -->
<dependency>
<groupId>com.github.andreptb</groupId>
<artifactId>fitnesse-jdbc-slim</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-jdbc-slim/
implementation 'com.github.andreptb:fitnesse-jdbc-slim:0.0.2'
// https://jarcasting.com/artifacts/com.github.andreptb/fitnesse-jdbc-slim/
implementation ("com.github.andreptb:fitnesse-jdbc-slim:0.0.2")
'com.github.andreptb:fitnesse-jdbc-slim:jar:0.0.2'
<dependency org="com.github.andreptb" name="fitnesse-jdbc-slim" rev="0.0.2">
<artifact name="fitnesse-jdbc-slim" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andreptb', module='fitnesse-jdbc-slim', version='0.0.2')
)
libraryDependencies += "com.github.andreptb" % "fitnesse-jdbc-slim" % "0.0.2"
[com.github.andreptb/fitnesse-jdbc-slim "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-jdbc | jar | 4.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hsqldb : hsqldb | jar | 2.3.2 |