| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Dex Универсальные библиотеки Utility |
| Группа | Группаorg.jboss.jandex |
| Идентификатор | Идентификаторtypeannotation-test |
| Версия | Версия1.8 |
| Тип | Типjar |
| Описание |
ОписаниеType Annotation Examples For Testing
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| typeannotation-test-1.8.pom | |
| typeannotation-test-1.8.jar | 63 KB |
| typeannotation-test-1.8-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/ -->
<dependency>
<groupId>org.jboss.jandex</groupId>
<artifactId>typeannotation-test</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/
implementation 'org.jboss.jandex:typeannotation-test:1.8'
// https://jarcasting.com/artifacts/org.jboss.jandex/typeannotation-test/
implementation ("org.jboss.jandex:typeannotation-test:1.8")
'org.jboss.jandex:typeannotation-test:jar:1.8'
<dependency org="org.jboss.jandex" name="typeannotation-test" rev="1.8">
<artifact name="typeannotation-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.jandex', module='typeannotation-test', version='1.8')
)
libraryDependencies += "org.jboss.jandex" % "typeannotation-test" % "1.8"
[org.jboss.jandex/typeannotation-test "1.8"]