GroupId | GroupIdes.gob.afirma |
---|---|
ArtifactId | ArtifactIdafirma-crypto-core-xml |
Version | Version1.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/es.gob.afirma/afirma-crypto-core-xml/ -->
<dependency>
<groupId>es.gob.afirma</groupId>
<artifactId>afirma-crypto-core-xml</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/es.gob.afirma/afirma-crypto-core-xml/
implementation 'es.gob.afirma:afirma-crypto-core-xml:1.6.2'
// https://jarcasting.com/artifacts/es.gob.afirma/afirma-crypto-core-xml/
implementation ("es.gob.afirma:afirma-crypto-core-xml:1.6.2")
'es.gob.afirma:afirma-crypto-core-xml:jar:1.6.2'
<dependency org="es.gob.afirma" name="afirma-crypto-core-xml" rev="1.6.2">
<artifact name="afirma-crypto-core-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.gob.afirma', module='afirma-crypto-core-xml', version='1.6.2')
)
libraryDependencies += "es.gob.afirma" % "afirma-crypto-core-xml" % "1.6.2"
[es.gob.afirma/afirma-crypto-core-xml "1.6.2"]