g

guice-annotations

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