Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.databinder |
ArtifactId | ArtifactIdunfiltered-specs2_2.11 |
Version | Version0.8.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.databinder/unfiltered-specs2_2.11/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-specs2_2.11</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/unfiltered-specs2_2.11/
implementation 'net.databinder:unfiltered-specs2_2.11:0.8.3'
// https://jarcasting.com/artifacts/net.databinder/unfiltered-specs2_2.11/
implementation ("net.databinder:unfiltered-specs2_2.11:0.8.3")
'net.databinder:unfiltered-specs2_2.11:jar:0.8.3'
<dependency org="net.databinder" name="unfiltered-specs2_2.11" rev="0.8.3">
<artifact name="unfiltered-specs2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='unfiltered-specs2_2.11', version='0.8.3')
)
libraryDependencies += "net.databinder" % "unfiltered-specs2_2.11" % "0.8.3"
[net.databinder/unfiltered-specs2_2.11 "0.8.3"]