| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.kohsuke |
| Идентификатор | Идентификаторaccess-modifier-annotation |
| Последняя версия | Последняя версия1.16 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCustom Access Modifier annotations
Extensible application-specific access modifiers for Java
|
<!-- https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>access-modifier-annotation</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/
implementation 'org.kohsuke:access-modifier-annotation:1.16'
// https://jarcasting.com/artifacts/org.kohsuke/access-modifier-annotation/
implementation ("org.kohsuke:access-modifier-annotation:1.16")
'org.kohsuke:access-modifier-annotation:jar:1.16'
<dependency org="org.kohsuke" name="access-modifier-annotation" rev="1.16">
<artifact name="access-modifier-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='access-modifier-annotation', version='1.16')
)
libraryDependencies += "org.kohsuke" % "access-modifier-annotation" % "1.16"
[org.kohsuke/access-modifier-annotation "1.16"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jenkins-ci : annotation-indexer | jar | 1.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.ow2.asm : asm-debug-all | jar | 5.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |