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