| License |
License |
|---|---|
| GroupId | GroupIdru.d-shap |
| ArtifactId | ArtifactIdassertions |
| Last Version | Last Version2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAssertions library
Assertions library provides facilities for the unit testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| assertions-2.2.pom | |
| assertions-2.2.jar | 98 KB |
| assertions-2.2-sources.jar | 93 KB |
| assertions-2.2-javadoc.jar | 355 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.d-shap/assertions/ -->
<dependency>
<groupId>ru.d-shap</groupId>
<artifactId>assertions</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation 'ru.d-shap:assertions:2.2'
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation ("ru.d-shap:assertions:2.2")
'ru.d-shap:assertions:jar:2.2'
<dependency org="ru.d-shap" name="assertions" rev="2.2">
<artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.d-shap', module='assertions', version='2.2')
)
libraryDependencies += "ru.d-shap" % "assertions" % "2.2"
[ru.d-shap/assertions "2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library Optional | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |