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