MVN

io.github.adempiere : base

Maven & Gradle

Jan 25, 2023
778 stars

Base · ADempiere core library as invoice, order and other core library.

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>base</artifactId>
    <version>3.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.adempiere : base 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 : base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
base-3.9.4
base-3.9.4-rc-1.0.6
base-3.9.4-rc-1.0.4
base-3.9.4-rc-1.0.2
base-3.9.4-rc-1.0.1
base-3.9.4-develop-2.6
base-3.9.4-develop-2.5
base-3.9.4-develop-2.3
base-3.9.4-develop-2.2
base-3.9.4-develop-2.1
base-3.9.4-develop-2.0
base-3.9.4-develop-1.9
base-3.9.4-develop-1.8
base-3.9.4-develop-1.7
base-3.9.4-develop-1.5
base-3.9.4-develop-1.4
base-3.9.4-develop-1.3
base-3.9.4-develop-1.2
base-3.9.4-develop-1.1
base-3.9.4-develop-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>base</artifactId>
    <version>3.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.adempiere : base gradle dependency to your build.gradle file:

implementation 'io.github.adempiere:base:3.9.4'

Gradle Kotlin DSL: Add the following io.github.adempiere : base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.adempiere:base:3.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.adempiere : base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.adempiere" % "base" % "3.9.4"

Advertisement