License |
License |
---|---|
GroupId | GroupIdcom.dwolla |
ArtifactId | ArtifactIdtestutils_2.13 |
Version | Version2.0.0-M6 |
Type | Typejar |
Description |
DescriptionTestUtils
Test utilities for Scala projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testutils_2.13-2.0.0-M6.pom | |
testutils_2.13-2.0.0-M6.jar | 11 KB |
testutils_2.13-2.0.0-M6-sources.jar | 3 KB |
testutils_2.13-2.0.0-M6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dwolla/testutils_2.13/ -->
<dependency>
<groupId>com.dwolla</groupId>
<artifactId>testutils_2.13</artifactId>
<version>2.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/com.dwolla/testutils_2.13/
implementation 'com.dwolla:testutils_2.13:2.0.0-M6'
// https://jarcasting.com/artifacts/com.dwolla/testutils_2.13/
implementation ("com.dwolla:testutils_2.13:2.0.0-M6")
'com.dwolla:testutils_2.13:jar:2.0.0-M6'
<dependency org="com.dwolla" name="testutils_2.13" rev="2.0.0-M6">
<artifact name="testutils_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dwolla', module='testutils_2.13', version='2.0.0-M6')
)
libraryDependencies += "com.dwolla" % "testutils_2.13" % "2.0.0-M6"
[com.dwolla/testutils_2.13 "2.0.0-M6"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.13 | jar | 4.7.0 |