is not current version
Last Version 0.18

org.immutables:check 0.14

Checkers toolkit built on top of hamcrest matchers. Expected to be used only in test scope

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

check
Version

Version

0.14
Type

Type

jar

Download check 0.14


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