Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdes.gob.afirma |
ArtifactId | ArtifactIdafirma-core-keystores |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
afirma-core-keystores-1.6.pom | |
afirma-core-keystores-1.6.jar | 71 KB |
afirma-core-keystores-1.6-sources.jar | 73 KB |
afirma-core-keystores-1.6-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/es.gob.afirma/afirma-core-keystores/ -->
<dependency>
<groupId>es.gob.afirma</groupId>
<artifactId>afirma-core-keystores</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/es.gob.afirma/afirma-core-keystores/
implementation 'es.gob.afirma:afirma-core-keystores:1.6'
// https://jarcasting.com/artifacts/es.gob.afirma/afirma-core-keystores/
implementation ("es.gob.afirma:afirma-core-keystores:1.6")
'es.gob.afirma:afirma-core-keystores:jar:1.6'
<dependency org="es.gob.afirma" name="afirma-core-keystores" rev="1.6">
<artifact name="afirma-core-keystores" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.gob.afirma', module='afirma-core-keystores', version='1.6')
)
libraryDependencies += "es.gob.afirma" % "afirma-core-keystores" % "1.6"
[es.gob.afirma/afirma-core-keystores "1.6"]