Assertions library

Assertions library provides facilities for the unit testing

License

License

GroupId

GroupId

ru.d-shap
ArtifactId

ArtifactId

assertions
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Assertions library
Assertions library provides facilities for the unit testing
Project URL

Project URL

https://github.com/d-shap/assertions
Source Code Management

Source Code Management

https://github.com/d-shap/assertions

Download assertions

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-library Optional jar 2.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.2
2.1
2.0
1.2
1.1
1.0