MVN

org.mayocat.shop : mayocat-shop-billing-internal

Maven & Gradle

Mar 09, 2015
3 usages

Mayocat Shop - Billing - Internal · Handling of billing (orders, customers, invoices, etc.)

<dependency>
    <groupId>org.mayocat.shop</groupId>
    <artifactId>mayocat-shop-billing-internal</artifactId>
    <version>0.40.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mayocat.shop : mayocat-shop-billing-internal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.40.0

All Versions

Choose a version of org.mayocat.shop : mayocat-shop-billing-internal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.40.x
mayocat-shop-billing-internal-0.40.0

How to add a dependency to Maven

Add the following org.mayocat.shop : mayocat-shop-billing-internal maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mayocat.shop</groupId>
    <artifactId>mayocat-shop-billing-internal</artifactId>
    <version>0.40.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mayocat.shop : mayocat-shop-billing-internal gradle dependency to your build.gradle file:

implementation 'org.mayocat.shop:mayocat-shop-billing-internal:0.40.0'

Gradle Kotlin DSL: Add the following org.mayocat.shop : mayocat-shop-billing-internal gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mayocat.shop:mayocat-shop-billing-internal:0.40.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mayocat.shop : mayocat-shop-billing-internal sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mayocat.shop" % "mayocat-shop-billing-internal" % "0.40.0"