R

RosettaAnnotations

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