Files download
File Operation
RosettaAnnotations-3.11.11.jar download
RosettaAnnotations-3.11.11.pom download
RosettaAnnotations-3.11.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hubspot.rosetta</groupId>
  <artifactId>RosettaAnnotations</artifactId>
  <version>3.11.11</version>
</dependency>
Gradle Groovy
implementation 'com.hubspot.rosetta:RosettaAnnotations:3.11.11'
Gradle Kotlin
implementation("com.hubspot.rosetta:RosettaAnnotations:3.11.11")
Scala SBT
libraryDependencies += "com.hubspot.rosetta" % "RosettaAnnotations" % "3.11.11"
Groovy Grape
@Grapes(
  @Grab(group='com.hubspot.rosetta', module='RosettaAnnotations', version='3.11.11')
)
Apache Ivy
<dependency org="com.hubspot.rosetta" name="RosettaAnnotations" rev="3.11.11" />
Leiningen
[com.hubspot.rosetta/RosettaAnnotations "3.11.11"]
Apache Buildr
'com.hubspot.rosetta:RosettaAnnotations:jar:3.11.11'