| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers |
| Группа | Группаorg.glassfish.findbugs |
| Идентификатор | Идентификаторfindbugstotext |
| Последняя версия | Последняя версия1.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGlassFish FindBugs tools
A tool to convert findbugsXml.xml output to text.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| findbugstotext-1.7.pom | |
| findbugstotext-1.7.jar | 43 KB |
| findbugstotext-1.7-sources.jar | 22 KB |
| findbugstotext-1.7-javadoc.jar | 220 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugstotext/ -->
<dependency>
<groupId>org.glassfish.findbugs</groupId>
<artifactId>findbugstotext</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugstotext/
implementation 'org.glassfish.findbugs:findbugstotext:1.7'
// https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugstotext/
implementation ("org.glassfish.findbugs:findbugstotext:1.7")
'org.glassfish.findbugs:findbugstotext:jar:1.7'
<dependency org="org.glassfish.findbugs" name="findbugstotext" rev="1.7">
<artifact name="findbugstotext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.findbugs', module='findbugstotext', version='1.7')
)
libraryDependencies += "org.glassfish.findbugs" % "findbugstotext" % "1.7"
[org.glassfish.findbugs/findbugstotext "1.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |