License |
License |
---|---|
GroupId | GroupIdcom.nthportal |
ArtifactId | ArtifactIdtesting-utils_2.11 |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiontesting-utils
Assorted utilities for making testing easier.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testing-utils_2.11-1.0.0.pom | |
testing-utils_2.11-1.0.0.jar | 4 KB |
testing-utils_2.11-1.0.0-sources.jar | 1 KB |
testing-utils_2.11-1.0.0-javadoc.jar | 352 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.11/ -->
<dependency>
<groupId>com.nthportal</groupId>
<artifactId>testing-utils_2.11</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.11/
implementation 'com.nthportal:testing-utils_2.11:1.0.0'
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.11/
implementation ("com.nthportal:testing-utils_2.11:1.0.0")
'com.nthportal:testing-utils_2.11:jar:1.0.0'
<dependency org="com.nthportal" name="testing-utils_2.11" rev="1.0.0">
<artifact name="testing-utils_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='testing-utils_2.11', version='1.0.0')
)
libraryDependencies += "com.nthportal" % "testing-utils_2.11" % "1.0.0"
[com.nthportal/testing-utils_2.11 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.8 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | [3.0,3.1) |