<dependency>
<groupId>com.hubspot.immutables</groupId>
<artifactId>hubspot-style</artifactId>
<version>1.1</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot.immutables', module='hubspot-style', version='1.1')
)
<parent> <groupId>com.hubspot.immutables</groupId> <artifactId>hubspot-immutables</artifactId> <version>1.1</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.google.code.findbugs:annotations
|-- com.hubspot.immutables:immutables-exceptions
provided
test
|-- com.hubspot.rosetta:RosettaAnnotations
|-- com.hubspot.rosetta:RosettaCore
|-- junit:junit