License |
License |
---|---|
GroupId | GroupIdcom.github.dbfit |
ArtifactId | ArtifactIdfitlibrary |
Version | Version20091020 |
Type | Typejar |
Description |
DescriptionFitlibrary
FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fitlibrary-20091020.pom | |
fitlibrary-20091020.jar | 836 KB |
fitlibrary-20091020-sources.jar | 512 KB |
fitlibrary-20091020-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbfit/fitlibrary/ -->
<dependency>
<groupId>com.github.dbfit</groupId>
<artifactId>fitlibrary</artifactId>
<version>20091020</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbfit/fitlibrary/
implementation 'com.github.dbfit:fitlibrary:20091020'
// https://jarcasting.com/artifacts/com.github.dbfit/fitlibrary/
implementation ("com.github.dbfit:fitlibrary:20091020")
'com.github.dbfit:fitlibrary:jar:20091020'
<dependency org="com.github.dbfit" name="fitlibrary" rev="20091020">
<artifact name="fitlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dbfit', module='fitlibrary', version='20091020')
)
libraryDependencies += "com.github.dbfit" % "fitlibrary" % "20091020"
[com.github.dbfit/fitlibrary "20091020"]