| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.hilling.lang.annotations |
| Идентификатор | Идентификаторintegration-tests |
| Последняя версия | Последняя версия2.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAnnotation Literal Generator Demo
Annotation processor to build annotation literals for own annotations
|
| Имя Файла | Размер |
|---|---|
| integration-tests-2.0.3.pom | |
| integration-tests-2.0.3.jar | 5 KB |
| integration-tests-2.0.3-test-sources.jar | 2 KB |
| integration-tests-2.0.3-sources.jar | 4 KB |
| integration-tests-2.0.3-javadoc.jar | 385 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/ -->
<dependency>
<groupId>de.hilling.lang.annotations</groupId>
<artifactId>integration-tests</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/
implementation 'de.hilling.lang.annotations:integration-tests:2.0.3'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/integration-tests/
implementation ("de.hilling.lang.annotations:integration-tests:2.0.3")
'de.hilling.lang.annotations:integration-tests:jar:2.0.3'
<dependency org="de.hilling.lang.annotations" name="integration-tests" rev="2.0.3">
<artifact name="integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='integration-tests', version='2.0.3')
)
libraryDependencies += "de.hilling.lang.annotations" % "integration-tests" % "2.0.3"
[de.hilling.lang.annotations/integration-tests "2.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.hilling.lang.annotations : processor | jar | 2.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |