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