License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators |
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdtesting |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.immutables.testing
Testing dependencies and utilities. Expected to be used only in test scope
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
testing-2.9.0.pom | |
testing-2.9.0.jar | 10 KB |
testing-2.9.0-tests.jar | 3 KB |
testing-2.9.0-sources.jar | 9 KB |
testing-2.9.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/testing/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>testing</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/testing/
implementation 'org.immutables:testing:2.9.0'
// https://jarcasting.com/artifacts/org.immutables/testing/
implementation ("org.immutables:testing:2.9.0")
'org.immutables:testing:jar:2.9.0'
<dependency org="org.immutables" name="testing" rev="2.9.0">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='testing', version='2.9.0')
)
libraryDependencies += "org.immutables" % "testing" % "2.9.0"
[org.immutables/testing "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.3 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.3 |
org.junit.vintage : junit-vintage-engine | jar | 5.6.3 |
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.mockito : mockito-core | jar | 3.12.4 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |