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