XML Sender :: Distribution

SUNAT Microservice for sending XMLs

License

License

Categories

Categories

Distribution Build Tools
GroupId

GroupId

io.github.project-openubl
ArtifactId

ArtifactId

xml-sender-distribution
Last Version

Last Version

1.0.0.Beta2
Release Date

Release Date

Type

Type

jar
Description

Description

XML Sender :: Distribution
SUNAT Microservice for sending XMLs

Download xml-sender-distribution

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.project-openubl/xml-sender-distribution/ -->
<dependency>
    <groupId>io.github.project-openubl</groupId>
    <artifactId>xml-sender-distribution</artifactId>
    <version>1.0.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/xml-sender-distribution/
implementation 'io.github.project-openubl:xml-sender-distribution:1.0.0.Beta2'
// https://jarcasting.com/artifacts/io.github.project-openubl/xml-sender-distribution/
implementation ("io.github.project-openubl:xml-sender-distribution:1.0.0.Beta2")
'io.github.project-openubl:xml-sender-distribution:jar:1.0.0.Beta2'
<dependency org="io.github.project-openubl" name="xml-sender-distribution" rev="1.0.0.Beta2">
  <artifact name="xml-sender-distribution" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='xml-sender-distribution', version='1.0.0.Beta2')
)
libraryDependencies += "io.github.project-openubl" % "xml-sender-distribution" % "1.0.0.Beta2"
[io.github.project-openubl/xml-sender-distribution "1.0.0.Beta2"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.project-openubl : xml-sender-api jar 1.0.0.Beta2
io.github.project-openubl : xml-sender-api-core jar 1.0.0.Beta2

Project Modules

There are no modules declared in this project.

CI Docker Repository on Quay

xsender-server

This project uses Quarkus, the Supersonic Subatomic Java Framework.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/

Running the application in dev mode

Init Keycloak

Keycloak is the Authentication system:

docker run -p 8180:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/projectopenubl/openubl-keycloak-theme

Init PostgreSQL

PostgreSQL is used for the application:

docker run -p 5432:5432 -e POSTGRES_USER=xsender_username -e POSTGRES_PASSWORD=xsender_password -e POSTGRES_DB=xsender_db postgres:13.1

Init server

You can run your application in dev mode that enables live coding using:

./mvnw quarkus:dev

License

io.github.project-openubl

Project OpenUBL

Open source para facturación electrónica Perú

Versions

Version
1.0.0.Beta2