Common Verification Utilities
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.protobufel |
ArtifactId | ArtifactIdcommon-verifications |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-verifications
Common Verification Utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/common-verifications/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>common-verifications</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/common-verifications/
implementation 'com.github.protobufel:common-verifications:0.7.1'
// https://jarcasting.com/artifacts/com.github.protobufel/common-verifications/
implementation ("com.github.protobufel:common-verifications:0.7.1")
'com.github.protobufel:common-verifications:jar:0.7.1'
<dependency org="com.github.protobufel" name="common-verifications" rev="0.7.1">
<artifact name="common-verifications" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='common-verifications', version='0.7.1')
)
libraryDependencies += "com.github.protobufel" % "common-verifications" % "0.7.1"
[com.github.protobufel/common-verifications "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | [1.1.0, 2.0.0) |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.mockito : mockito-all | jar | 1.10.8 |
com.github.protobufel : java-common-test | jar | 0.1.0 |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.google.guava : guava | jar | 22.0 |
com.google.guava : guava-testlib | jar | 22.0 |
pl.pragmatists : JUnitParams | jar | 1.1.0 |
Happy coding,
David Tesler