Categories |
CategoriesImmutables Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdcheck |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
check-0.12.pom | |
check-0.12.jar | 11 KB |
check-0.12-sources.jar | 7 KB |
check-0.12-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/check/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>check</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/check/
implementation 'org.immutables:check:0.12'
// https://jarcasting.com/artifacts/org.immutables/check/
implementation ("org.immutables:check:0.12")
'org.immutables:check:jar:0.12'
<dependency org="org.immutables" name="check" rev="0.12">
<artifact name="check" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='check', version='0.12')
)
libraryDependencies += "org.immutables" % "check" % "0.12"
[org.immutables/check "0.12"]