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