GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-html_2.11 |
Version | Version2.3.12 |
Type | Typejar |
Filename | Size |
---|---|
specs2-html_2.11-2.3.12.pom | |
specs2-html_2.11-2.3.12.jar | 499 KB |
specs2-html_2.11-2.3.12-sources.jar | 238 KB |
specs2-html_2.11-2.3.12-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-html_2.11</artifactId>
<version>2.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation 'org.specs2:specs2-html_2.11:2.3.12'
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation ("org.specs2:specs2-html_2.11:2.3.12")
'org.specs2:specs2-html_2.11:jar:2.3.12'
<dependency org="org.specs2" name="specs2-html_2.11" rev="2.3.12">
<artifact name="specs2-html_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-html_2.11', version='2.3.12')
)
libraryDependencies += "org.specs2" % "specs2-html_2.11" % "2.3.12"
[org.specs2/specs2-html_2.11 "2.3.12"]