is not current version
Last Version 2.2

ru.d-shap:assertions 2.1

Assertions library provides facilities for the unit testing

GroupId

GroupId

ru.d-shap
ArtifactId

ArtifactId

assertions
Version

Version

2.1
Type

Type

jar

Download assertions 2.1


<!-- https://jarcasting.com/artifacts/ru.d-shap/assertions/ -->
<dependency>
    <groupId>ru.d-shap</groupId>
    <artifactId>assertions</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation 'ru.d-shap:assertions:2.1'
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation ("ru.d-shap:assertions:2.1")
'ru.d-shap:assertions:jar:2.1'
<dependency org="ru.d-shap" name="assertions" rev="2.1">
  <artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.d-shap', module='assertions', version='2.1')
)
libraryDependencies += "ru.d-shap" % "assertions" % "2.1"
[ru.d-shap/assertions "2.1"]