| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаorg.apache.felix |
| Идентификатор | Идентификаторorg.apache.felix.scr.ant |
| Версия | Версия1.18.0 |
| Тип | Типjar |
| Описание |
ОписаниеSCR Ant Task
Implements the Ant Task to generate Declarative Services and Metatype
Service descriptors from Java 5 annotations and/or JavaDoc tags.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ant/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.ant</artifactId>
<version>1.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ant/
implementation 'org.apache.felix:org.apache.felix.scr.ant:1.18.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.scr.ant/
implementation ("org.apache.felix:org.apache.felix.scr.ant:1.18.0")
'org.apache.felix:org.apache.felix.scr.ant:jar:1.18.0'
<dependency org="org.apache.felix" name="org.apache.felix.scr.ant" rev="1.18.0">
<artifact name="org.apache.felix.scr.ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.scr.ant', version='1.18.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.scr.ant" % "1.18.0"
[org.apache.felix/org.apache.felix.scr.ant "1.18.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.felix : org.apache.felix.scr.generator | jar | 1.17.0 |
| org.apache.felix : org.apache.felix.scr.annotations | jar | 1.12.0 |
| org.apache.felix : org.apache.felix.scr.ds-annotations | jar | 1.2.10 |
| org.ow2.asm : asm-all | jar | 5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.4 |
| org.mockito : mockito-all | jar | 1.10.19 |