| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.iorga |
| Идентификатор | Идентификаторiraj-bom |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеIorga REST Architecture for Java - BOM
Webapp Watcher (WAW) is a Java EE Filter which alows you to log the requests response times and Java stack traces of a Java EE web application (.war). You can later compute usage statistics of the web application, and also track down potential bugs with the tool "waw-analyzer"
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| iraj-bom-2.0.0.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.iorga/iraj-bom/ -->
<dependency>
<groupId>com.iorga</groupId>
<artifactId>iraj-bom</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iorga/iraj-bom/
implementation 'com.iorga:iraj-bom:2.0.0'
// https://jarcasting.com/artifacts/com.iorga/iraj-bom/
implementation ("com.iorga:iraj-bom:2.0.0")
'com.iorga:iraj-bom:pom:2.0.0'
<dependency org="com.iorga" name="iraj-bom" rev="2.0.0">
<artifact name="iraj-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iorga', module='iraj-bom', version='2.0.0')
)
libraryDependencies += "com.iorga" % "iraj-bom" % "2.0.0"
[com.iorga/iraj-bom "2.0.0"]