Categories |
CategoriesImmutables Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.immutables.tools |
ArtifactId | ArtifactIdtools |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
tools-3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables.tools/tools/ -->
<dependency>
<groupId>org.immutables.tools</groupId>
<artifactId>tools</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.immutables.tools/tools/
implementation 'org.immutables.tools:tools:3'
// https://jarcasting.com/artifacts/org.immutables.tools/tools/
implementation ("org.immutables.tools:tools:3")
'org.immutables.tools:tools:pom:3'
<dependency org="org.immutables.tools" name="tools" rev="3">
<artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.immutables.tools', module='tools', version='3')
)
libraryDependencies += "org.immutables.tools" % "tools" % "3"
[org.immutables.tools/tools "3"]