License |
License |
---|---|
GroupId | GroupIdru.d-shap |
ArtifactId | ArtifactIdassertions |
Version | Version2.0 |
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.0.pom | |
assertions-2.0.jar | 247 KB |
assertions-2.0-sources.jar | 226 KB |
assertions-2.0-javadoc.jar | 868 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.d-shap/assertions/ -->
<dependency>
<groupId>ru.d-shap</groupId>
<artifactId>assertions</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation 'ru.d-shap:assertions:2.0'
// https://jarcasting.com/artifacts/ru.d-shap/assertions/
implementation ("ru.d-shap:assertions:2.0")
'ru.d-shap:assertions:jar:2.0'
<dependency org="ru.d-shap" name="assertions" rev="2.0">
<artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.d-shap', module='assertions', version='2.0')
)
libraryDependencies += "ru.d-shap" % "assertions" % "2.0"
[ru.d-shap/assertions "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |