MVN

io.github.adempiere : point-of-sales

Maven & Gradle

Jan 25, 2023
778 stars

Point Of Sales · Base Library of Point of Sales

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>point-of-sales</artifactId>
    <version>3.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.adempiere : point-of-sales to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.4
  • Latest Release Candidate: 3.9.4-rc-1.0.6

All Versions

Choose a version of io.github.adempiere : point-of-sales to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
point-of-sales-3.9.4
point-of-sales-3.9.4-rc-1.0.6
point-of-sales-3.9.4-rc-1.0.4
point-of-sales-3.9.4-rc-1.0.2
point-of-sales-3.9.4-rc-1.0.1
point-of-sales-3.9.4-develop-1.0

How to add a dependency to Maven

Add the following io.github.adempiere : point-of-sales maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>point-of-sales</artifactId>
    <version>3.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.adempiere : point-of-sales gradle dependency to your build.gradle file:

implementation 'io.github.adempiere:point-of-sales:3.9.4'

Gradle Kotlin DSL: Add the following io.github.adempiere : point-of-sales gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.adempiere:point-of-sales:3.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.adempiere : point-of-sales sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.adempiere" % "point-of-sales" % "3.9.4"