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