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