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