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