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