XSender Server :: API

SUNAT Microservice for sending XMLs

Лицензия

Лицензия

Группа

Группа

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

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

xsender-server-api
Последняя версия

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

1.0.1.Final
Дата

Дата

Тип

Тип

jar
Описание

Описание

XSender Server :: API
SUNAT Microservice for sending XMLs

Скачать xsender-server-api

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

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

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
io.github.project-openubl : xsender jar 3.0.0.Final
io.github.project-openubl : xsender-server-core jar 1.0.1.Final
io.quarkus : quarkus-resteasy jar
io.quarkus : quarkus-resteasy-jsonb jar
io.quarkus : quarkus-hibernate-orm-panache jar
io.quarkus : quarkus-agroal jar
org.jboss.resteasy : resteasy-multipart-provider jar
io.quarkus : quarkus-artemis-jms jar
io.quarkus : quarkus-quartz jar
io.quarkus : quarkus-smallrye-health jar
org.apache.camel.quarkus : camel-quarkus-core jar
org.apache.camel.quarkus : camel-quarkus-direct jar
org.apache.camel.quarkus : camel-quarkus-log jar
org.apache.camel.quarkus : camel-quarkus-file jar
org.apache.camel.quarkus : camel-quarkus-zipfile jar
org.apache.camel.quarkus : camel-quarkus-aws-s3 jar
io.quarkus : quarkus-jdbc-h2 jar
io.quarkus : quarkus-jdbc-postgresql jar

test (4)

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

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

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

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.1.Final