e

easybeans-osgi-annotations

Annotations that can be used inside Beans
Files download
File Operation
easybeans-osgi-annotations-3.0.0-M1.jar download
easybeans-osgi-annotations-3.0.0-M1.pom download
easybeans-osgi-annotations-3.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.easybeans.osgi</groupId>
  <artifactId>easybeans-osgi-annotations</artifactId>
  <version>3.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.easybeans.osgi:easybeans-osgi-annotations:3.0.0-M1'
Gradle Kotlin
implementation("org.ow2.easybeans.osgi:easybeans-osgi-annotations:3.0.0-M1")
Scala SBT
libraryDependencies += "org.ow2.easybeans.osgi" % "easybeans-osgi-annotations" % "3.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.easybeans.osgi', module='easybeans-osgi-annotations', version='3.0.0-M1')
)
Apache Ivy
<dependency org="org.ow2.easybeans.osgi" name="easybeans-osgi-annotations" rev="3.0.0-M1" />
Leiningen
[org.ow2.easybeans.osgi/easybeans-osgi-annotations "3.0.0-M1"]
Apache Buildr
'org.ow2.easybeans.osgi:easybeans-osgi-annotations:jar:3.0.0-M1'