o

org.apache.felix.ipojo.annotations

iPOJO Annotation pack. contained annotations are used to define iPOJO component type.
http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/how-to-use-ipojo-annotations.html
Files download
File Operation
org.apache.felix.ipojo.annotations-1.13.0.jar download
org.apache.felix.ipojo.annotations-1.13.0.pom download
org.apache.felix.ipojo.annotations-1.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.felix</groupId>
  <artifactId>org.apache.felix.ipojo.annotations</artifactId>
  <version>1.13.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.felix:org.apache.felix.ipojo.annotations:1.13.0'
Gradle Kotlin
implementation("org.apache.felix:org.apache.felix.ipojo.annotations:1.13.0")
Scala SBT
libraryDependencies += "org.apache.felix" % "org.apache.felix.ipojo.annotations" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.felix', module='org.apache.felix.ipojo.annotations', version='1.13.0')
)
Apache Ivy
<dependency org="org.apache.felix" name="org.apache.felix.ipojo.annotations" rev="1.13.0" />
Leiningen
[org.apache.felix/org.apache.felix.ipojo.annotations "1.13.0"]
Apache Buildr
'org.apache.felix:org.apache.felix.ipojo.annotations:jar:1.13.0'