MVN

com.roshka.sifen : rshk-jsifenlib

Maven & Gradle

May 28, 2023
91 stars

RSHK jsifenlib · Librería de código abierto, sin dependencias externas, para interactuar con SIFEN (Sistema Integrado de Facturación Electrónica Nacional).

<dependency>
    <groupId>com.roshka.sifen</groupId>
    <artifactId>rshk-jsifenlib</artifactId>
    <version>0.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.roshka.sifen : rshk-jsifenlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.4

All Versions

Choose a version of com.roshka.sifen : rshk-jsifenlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
rshk-jsifenlib-0.2.4
rshk-jsifenlib-0.2.3
rshk-jsifenlib-0.2.2
rshk-jsifenlib-0.2.1
rshk-jsifenlib-0.2.0
0.1.x
rshk-jsifenlib-0.1.17
rshk-jsifenlib-0.1.16
rshk-jsifenlib-0.1.15
rshk-jsifenlib-0.1.14
rshk-jsifenlib-0.1.13
rshk-jsifenlib-0.1.12
rshk-jsifenlib-0.1.11
rshk-jsifenlib-0.1.10
rshk-jsifenlib-0.1.9
rshk-jsifenlib-0.1.8
rshk-jsifenlib-0.1.7
rshk-jsifenlib-0.1.6
rshk-jsifenlib-0.1.5
rshk-jsifenlib-0.1.4
rshk-jsifenlib-0.1.3
rshk-jsifenlib-0.1.2
rshk-jsifenlib-0.1.1
rshk-jsifenlib-0.1.0

How to add a dependency to Maven

Add the following com.roshka.sifen : rshk-jsifenlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.roshka.sifen</groupId>
    <artifactId>rshk-jsifenlib</artifactId>
    <version>0.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.roshka.sifen : rshk-jsifenlib gradle dependency to your build.gradle file:

implementation 'com.roshka.sifen:rshk-jsifenlib:0.2.4'

Gradle Kotlin DSL: Add the following com.roshka.sifen : rshk-jsifenlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.roshka.sifen:rshk-jsifenlib:0.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.roshka.sifen : rshk-jsifenlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.roshka.sifen" % "rshk-jsifenlib" % "0.2.4"

Advertisement