License |
License |
---|---|
GroupId | GroupIdcom.nthportal |
ArtifactId | ArtifactIdtesting-utils_2.12 |
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.12-1.0.0.pom | |
testing-utils_2.12-1.0.0.jar | 4 KB |
testing-utils_2.12-1.0.0-sources.jar | 1 KB |
testing-utils_2.12-1.0.0-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/ -->
<dependency>
<groupId>com.nthportal</groupId>
<artifactId>testing-utils_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/
implementation 'com.nthportal:testing-utils_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.nthportal/testing-utils_2.12/
implementation ("com.nthportal:testing-utils_2.12:1.0.0")
'com.nthportal:testing-utils_2.12:jar:1.0.0'
<dependency org="com.nthportal" name="testing-utils_2.12" rev="1.0.0">
<artifact name="testing-utils_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nthportal', module='testing-utils_2.12', version='1.0.0')
)
libraryDependencies += "com.nthportal" % "testing-utils_2.12" % "1.0.0"
[com.nthportal/testing-utils_2.12 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | [3.0,3.1) |