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