XML Sender :: API Core

SUNAT Microservice for sending XMLs

Лицензия

Лицензия

Группа

Группа

io.github.project-openubl
Идентификатор

Идентификатор

xml-sender-api-core
Последняя версия

Последняя версия

1.0.0.Beta2
Дата

Дата

Тип

Тип

jar
Описание

Описание

XML Sender :: API Core
SUNAT Microservice for sending XMLs

Скачать xml-sender-api-core

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.quarkus : quarkus-core jar
io.quarkus : quarkus-resteasy jar
io.quarkus : quarkus-smallrye-health jar
io.quarkus : quarkus-smallrye-openapi jar

test (2)

Идентификатор библиотеки Тип Версия
io.quarkus : quarkus-junit5 jar
io.rest-assured : rest-assured jar

Модули Проекта

Данный проект не имеет модулей.

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ú

Версии библиотеки

Версия
1.0.0.Beta2