| Категории |
КатегорииБезопасность |
|---|---|
| Группа | Группаcom.sun.xml.security |
| Идентификатор | Идентификаторapache-xmlsec |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJSR105 XML Security Extension
|
| Имя Файла | Размер |
|---|---|
| apache-xmlsec-1.0.1.pom | |
| apache-xmlsec-1.0.1.jar | 315 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/ -->
<dependency>
<groupId>com.sun.xml.security</groupId>
<artifactId>apache-xmlsec</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/
implementation 'com.sun.xml.security:apache-xmlsec:1.0.1'
// https://jarcasting.com/artifacts/com.sun.xml.security/apache-xmlsec/
implementation ("com.sun.xml.security:apache-xmlsec:1.0.1")
'com.sun.xml.security:apache-xmlsec:jar:1.0.1'
<dependency org="com.sun.xml.security" name="apache-xmlsec" rev="1.0.1">
<artifact name="apache-xmlsec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.security', module='apache-xmlsec', version='1.0.1')
)
libraryDependencies += "com.sun.xml.security" % "apache-xmlsec" % "1.0.1"
[com.sun.xml.security/apache-xmlsec "1.0.1"]