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