GroupId | GroupIdorg.fitnesse |
---|---|
ArtifactId | ArtifactIdfitlibrary |
Version | Version20080702 |
Type | Typejar |
Filename | Size |
---|---|
fitlibrary-20080702.pom | |
fitlibrary-20080702.jar | 513 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fitnesse/fitlibrary/ -->
<dependency>
<groupId>org.fitnesse</groupId>
<artifactId>fitlibrary</artifactId>
<version>20080702</version>
</dependency>
// https://jarcasting.com/artifacts/org.fitnesse/fitlibrary/
implementation 'org.fitnesse:fitlibrary:20080702'
// https://jarcasting.com/artifacts/org.fitnesse/fitlibrary/
implementation ("org.fitnesse:fitlibrary:20080702")
'org.fitnesse:fitlibrary:jar:20080702'
<dependency org="org.fitnesse" name="fitlibrary" rev="20080702">
<artifact name="fitlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fitnesse', module='fitlibrary', version='20080702')
)
libraryDependencies += "org.fitnesse" % "fitlibrary" % "20080702"
[org.fitnesse/fitlibrary "20080702"]