| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.owasp.esapi.contrib |
| Идентификатор | Идентификаторesapi-contrib-parent |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеESAPI Contributed Components Parent
This is the parent Project Object Model for all ESAPI Contributed Components. It defines MetaData that
is shared between all modules.
|
| Организация-разработчик |
Организация-разработчикThe Open Web Application Security Project (OWASP) |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| esapi-contrib-parent-1.0.0.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-contrib-parent/ -->
<dependency>
<groupId>org.owasp.esapi.contrib</groupId>
<artifactId>esapi-contrib-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-contrib-parent/
implementation 'org.owasp.esapi.contrib:esapi-contrib-parent:1.0.0'
// https://jarcasting.com/artifacts/org.owasp.esapi.contrib/esapi-contrib-parent/
implementation ("org.owasp.esapi.contrib:esapi-contrib-parent:1.0.0")
'org.owasp.esapi.contrib:esapi-contrib-parent:pom:1.0.0'
<dependency org="org.owasp.esapi.contrib" name="esapi-contrib-parent" rev="1.0.0">
<artifact name="esapi-contrib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp.esapi.contrib', module='esapi-contrib-parent', version='1.0.0')
)
libraryDependencies += "org.owasp.esapi.contrib" % "esapi-contrib-parent" % "1.0.0"
[org.owasp.esapi.contrib/esapi-contrib-parent "1.0.0"]