| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.kotcrab.annotation |
| Идентификатор | Идентификаторcallsuper |
| Последняя версия | Последняя версия0.1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcallsuper-annotation
Annotation that forces you to call super method if it was annotated with @CallSuper
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| callsuper-0.1.3.pom | |
| callsuper-0.1.3.jar | 8 KB |
| callsuper-0.1.3-sources.jar | 4 KB |
| callsuper-0.1.3-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/ -->
<dependency>
<groupId>com.kotcrab.annotation</groupId>
<artifactId>callsuper</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/
implementation 'com.kotcrab.annotation:callsuper:0.1.3'
// https://jarcasting.com/artifacts/com.kotcrab.annotation/callsuper/
implementation ("com.kotcrab.annotation:callsuper:0.1.3")
'com.kotcrab.annotation:callsuper:jar:0.1.3'
<dependency org="com.kotcrab.annotation" name="callsuper" rev="0.1.3">
<artifact name="callsuper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotcrab.annotation', module='callsuper', version='0.1.3')
)
libraryDependencies += "com.kotcrab.annotation" % "callsuper" % "0.1.3"
[com.kotcrab.annotation/callsuper "0.1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun » tools Необязательный | jar | 1.6.0 |