GroupId | GroupIdnl.praegus |
---|---|
ArtifactId | ArtifactIdfitnesse-bootstrap-plus-theme |
Version | Version2.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.praegus/fitnesse-bootstrap-plus-theme/ -->
<dependency>
<groupId>nl.praegus</groupId>
<artifactId>fitnesse-bootstrap-plus-theme</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/nl.praegus/fitnesse-bootstrap-plus-theme/
implementation 'nl.praegus:fitnesse-bootstrap-plus-theme:2.0.11'
// https://jarcasting.com/artifacts/nl.praegus/fitnesse-bootstrap-plus-theme/
implementation ("nl.praegus:fitnesse-bootstrap-plus-theme:2.0.11")
'nl.praegus:fitnesse-bootstrap-plus-theme:jar:2.0.11'
<dependency org="nl.praegus" name="fitnesse-bootstrap-plus-theme" rev="2.0.11">
<artifact name="fitnesse-bootstrap-plus-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.praegus', module='fitnesse-bootstrap-plus-theme', version='2.0.11')
)
libraryDependencies += "nl.praegus" % "fitnesse-bootstrap-plus-theme" % "2.0.11"
[nl.praegus/fitnesse-bootstrap-plus-theme "2.0.11"]