GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-html_2.11 |
Version | Version2.4.10 |
Type | Typejar |
Filename | Size |
---|---|
specs2-html_2.11-2.4.10.pom | |
specs2-html_2.11-2.4.10.jar | 625 KB |
specs2-html_2.11-2.4.10-sources.jar | 369 KB |
specs2-html_2.11-2.4.10-javadoc.jar | 438 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.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation 'org.specs2:specs2-html_2.11:2.4.10'
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.11/
implementation ("org.specs2:specs2-html_2.11:2.4.10")
'org.specs2:specs2-html_2.11:jar:2.4.10'
<dependency org="org.specs2" name="specs2-html_2.11" rev="2.4.10">
<artifact name="specs2-html_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-html_2.11', version='2.4.10')
)
libraryDependencies += "org.specs2" % "specs2-html_2.11" % "2.4.10"
[org.specs2/specs2-html_2.11 "2.4.10"]