| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.scannotation |
| Идентификатор | Идентификаторscannotation |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеscannotation
Scannotation is a Java library that creates an annotation database from a set of .class files
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| scannotation-1.0.2.pom | |
| scannotation-1.0.2.jar | 18 KB |
| scannotation-1.0.2-sources.jar | 10 KB |
| scannotation-1.0.2-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.scannotation/scannotation/ -->
<dependency>
<groupId>net.sf.scannotation</groupId>
<artifactId>scannotation</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.scannotation/scannotation/
implementation 'net.sf.scannotation:scannotation:1.0.2'
// https://jarcasting.com/artifacts/net.sf.scannotation/scannotation/
implementation ("net.sf.scannotation:scannotation:1.0.2")
'net.sf.scannotation:scannotation:jar:1.0.2'
<dependency org="net.sf.scannotation" name="scannotation" rev="1.0.2">
<artifact name="scannotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.scannotation', module='scannotation', version='1.0.2')
)
libraryDependencies += "net.sf.scannotation" % "scannotation" % "1.0.2"
[net.sf.scannotation/scannotation "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javassist : javassist | jar | 3.6.0.GA |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.0 |