| License |
License |
|---|---|
| GroupId | GroupIdcom.github.akiraly.reusable-poms |
| ArtifactId | ArtifactIdver4j |
| Version | Version4 |
| Type | Typejar |
| Description |
DescriptionSome simple verification methods to check your argument, state and result related assumptions runtime
|
| Filename | Size |
|---|---|
| ver4j-4.pom | |
| ver4j-4.jar | 9 KB |
| ver4j-4-sources.jar | 4 KB |
| ver4j-4-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/ver4j/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>ver4j</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/ver4j/
implementation 'com.github.akiraly.reusable-poms:ver4j:4'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/ver4j/
implementation ("com.github.akiraly.reusable-poms:ver4j:4")
'com.github.akiraly.reusable-poms:ver4j:jar:4'
<dependency org="com.github.akiraly.reusable-poms" name="ver4j" rev="4">
<artifact name="ver4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='ver4j', version='4')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "ver4j" % "4"
[com.github.akiraly.reusable-poms/ver4j "4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.2 |
| com.google.guava : guava | jar | 16.0-rc1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |