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