Files download
File Operation
point-of-sale-1.2.4.jar download
point-of-sale-1.2.4.pom download
point-of-sale-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.pitzzahh</groupId>
  <artifactId>point-of-sale</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.pitzzahh:point-of-sale:1.2.4'
Gradle Kotlin
implementation("io.github.pitzzahh:point-of-sale:1.2.4")
Scala SBT
libraryDependencies += "io.github.pitzzahh" % "point-of-sale" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pitzzahh', module='point-of-sale', version='1.2.4')
)
Apache Ivy
<dependency org="io.github.pitzzahh" name="point-of-sale" rev="1.2.4" />
Leiningen
[io.github.pitzzahh/point-of-sale "1.2.4"]
Apache Buildr
'io.github.pitzzahh:point-of-sale:jar:1.2.4'