GroupId | GroupIdcom.hubspot.rosetta |
---|---|
ArtifactId | ArtifactIdRosettaAnnotations |
Last Version | Last Version3.11.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRosetta is a Java library that leverages Jackson to take the pain out of
mapping objects to/from the DB, designed to integrate seamlessly with jDBI.
|
<!-- https://jarcasting.com/artifacts/com.hubspot.rosetta/RosettaAnnotations/ -->
<dependency>
<groupId>com.hubspot.rosetta</groupId>
<artifactId>RosettaAnnotations</artifactId>
<version>3.11.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot.rosetta/RosettaAnnotations/
implementation 'com.hubspot.rosetta:RosettaAnnotations:3.11.10'
// https://jarcasting.com/artifacts/com.hubspot.rosetta/RosettaAnnotations/
implementation ("com.hubspot.rosetta:RosettaAnnotations:3.11.10")
'com.hubspot.rosetta:RosettaAnnotations:jar:3.11.10'
<dependency org="com.hubspot.rosetta" name="RosettaAnnotations" rev="3.11.10">
<artifact name="RosettaAnnotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot.rosetta', module='RosettaAnnotations', version='3.11.10')
)
libraryDependencies += "com.hubspot.rosetta" % "RosettaAnnotations" % "3.11.10"
[com.hubspot.rosetta/RosettaAnnotations "3.11.10"]