| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.igormaznitsa |
| Идентификатор | Идентификаторmeta-annotations |
| Версия | Версия1.1.3 |
| Тип | Типjar |
| Описание |
Описаниеmeta-annotations
Set of annotations to mark code and keep the marks in compiled classes. It includes shaded FindBugs jsr-305 annotations from the com.google.code.findbugs library .
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| meta-annotations-1.1.3.pom | |
| meta-annotations-1.1.3.jar | 36 KB |
| meta-annotations-1.1.3-sources.jar | 23 KB |
| meta-annotations-1.1.3-javadoc.jar | 122 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/ -->
<dependency>
<groupId>com.igormaznitsa</groupId>
<artifactId>meta-annotations</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/
implementation 'com.igormaznitsa:meta-annotations:1.1.3'
// https://jarcasting.com/artifacts/com.igormaznitsa/meta-annotations/
implementation ("com.igormaznitsa:meta-annotations:1.1.3")
'com.igormaznitsa:meta-annotations:jar:1.1.3'
<dependency org="com.igormaznitsa" name="meta-annotations" rev="1.1.3">
<artifact name="meta-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.igormaznitsa', module='meta-annotations', version='1.1.3')
)
libraryDependencies += "com.igormaznitsa" % "meta-annotations" % "1.1.3"
[com.igormaznitsa/meta-annotations "1.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.powermock : powermock-api-mockito | jar | 1.7.4 |