| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаorg.objectweb.joram |
| Идентификатор | Идентификаторjoram-security |
| Версия | Версия5.6.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| joram-security-5.6.0.pom | 996 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/joram-security/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>joram-security</artifactId>
<version>5.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-security/
implementation 'org.objectweb.joram:joram-security:5.6.0'
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-security/
implementation ("org.objectweb.joram:joram-security:5.6.0")
'org.objectweb.joram:joram-security:pom:5.6.0'
<dependency org="org.objectweb.joram" name="joram-security" rev="5.6.0">
<artifact name="joram-security" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='joram-security', version='5.6.0')
)
libraryDependencies += "org.objectweb.joram" % "joram-security" % "5.6.0"
[org.objectweb.joram/joram-security "5.6.0"]