GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-html_2.11 |
Version | Version3.6.5-20151025231639-a7fdf0e |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-html_2.11</artifactId>
<version>3.6.5-20151025231639-a7fdf0e</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation 'org.specs2:specs2-html_2.11:3.6.5-20151025231639-a7fdf0e'
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation ("org.specs2:specs2-html_2.11:3.6.5-20151025231639-a7fdf0e")
'org.specs2:specs2-html_2.11:jar:3.6.5-20151025231639-a7fdf0e'
<dependency org="org.specs2" name="specs2-html_2.11" rev="3.6.5-20151025231639-a7fdf0e">
<artifact name="specs2-html_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-html_2.11', version='3.6.5-20151025231639-a7fdf0e')
)
libraryDependencies += "org.specs2" % "specs2-html_2.11" % "3.6.5-20151025231639-a7fdf0e"
[org.specs2/specs2-html_2.11 "3.6.5-20151025231639-a7fdf0e"]