maven2

io.posapps:posapps-client (1.5.0-SNAPSHOT)

Published 2026-07-11 14:18:24 +00:00 by uniCenta

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.posapps</groupId>
	<artifactId>posapps-client</artifactId>
	<version>1.5.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://repo.unicenta.io/api/packages/maven2/maven -Dartifact=io.posapps:posapps-client:1.5.0-SNAPSHOT

Dependencies

org.projectlombok:lombok
1.18.6
ch.qos.logback:logback-classic
1.2.2
mysql:mysql-connector-java
5.1.39
junit:junit
4.11
javax.ws.rs:jsr311-api
1.1.1
com.sun.jersey:jersey-bundle
1.19.4
com.sun.jersey.contribs:jersey-multipart
1.19.4
uk.co.pos_apps:openbravo
1.0-SNAPSHOT
com.unicenta:unicentaopos
4.6.1
org.openjfx:javafx-controls
15.0.1
org.openjfx:javafx-fxml
15.0.1
org.openjfx:javafx-swing
15.0.1
javax.mail:mail
1.4.7
com.google.code.gson:gson
2.2.2
com.googlecode.json-simple:json-simple
1.1.1
org.jasypt:jasypt
1.9.1
commons-lang:commons-lang
2.6
org.apache.httpcomponents:httpclient
4.0-alpha4
commons-io:commons-io
2.4
org.apache.derby:derby
10.11.1.1
org.jetbrains.kotlin:kotlin-stdlib
${kotlin.version}
com.github.kittinunf.fuel:fuel
1.12.1
com.github.kittinunf.result:result
LATEST