MVN

es.gob.afirma.lib : afirma-lib-oro

Maven & Gradle

Jun 15, 2023
3 usages
5 stars

afirma-lib-oro · Version modificada de Apache Oro con dependencias reducidas.

<dependency>
    <groupId>es.gob.afirma.lib</groupId>
    <artifactId>afirma-lib-oro</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.gob.afirma.lib : afirma-lib-oro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of es.gob.afirma.lib : afirma-lib-oro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
afirma-lib-oro-0.0.7
afirma-lib-oro-0.0.6
afirma-lib-oro-0.0.5
afirma-lib-oro-0.0.4
afirma-lib-oro-0.0.3

How to add a dependency to Maven

Add the following es.gob.afirma.lib : afirma-lib-oro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.gob.afirma.lib</groupId>
    <artifactId>afirma-lib-oro</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.gob.afirma.lib : afirma-lib-oro gradle dependency to your build.gradle file:

implementation 'es.gob.afirma.lib:afirma-lib-oro:0.0.7'

Gradle Kotlin DSL: Add the following es.gob.afirma.lib : afirma-lib-oro gradle kotlin dependency to your build.gradle.kts file:

implementation("es.gob.afirma.lib:afirma-lib-oro:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.gob.afirma.lib : afirma-lib-oro sbt scala dependency to your build.sbt file:

libraryDependencies += "es.gob.afirma.lib" % "afirma-lib-oro" % "0.0.7"

Advertisement