GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-html_2.12 |
Version | Version3.8.6 |
Type | Typejar |
Filename | Size |
---|---|
specs2-html_2.12-3.8.6.pom | |
specs2-html_2.12-3.8.6.jar | 1 MB |
specs2-html_2.12-3.8.6-sources.jar | 1 MB |
specs2-html_2.12-3.8.6-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-html_2.12/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-html_2.12</artifactId>
<version>3.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.12/
implementation 'org.specs2:specs2-html_2.12:3.8.6'
// https://jarcasting.com/artifacts/org.specs2/specs2-html_2.12/
implementation ("org.specs2:specs2-html_2.12:3.8.6")
'org.specs2:specs2-html_2.12:jar:3.8.6'
<dependency org="org.specs2" name="specs2-html_2.12" rev="3.8.6">
<artifact name="specs2-html_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-html_2.12', version='3.8.6')
)
libraryDependencies += "org.specs2" % "specs2-html_2.12" % "3.8.6"
[org.specs2/specs2-html_2.12 "3.8.6"]