MVN

io.github.adempiere : manufacturing

Maven & Gradle

Jan 25, 2023
778 stars

Manufacturing Management · manufacturing Management dedicated to manage all related with production BOM, costing, and manufacturing.

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

Latest Version

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

Version Vulnerabilities Updated
3.9.x
manufacturing-3.9.4
manufacturing-3.9.4-rc-1.0.6
manufacturing-3.9.4-rc-1.0.4
manufacturing-3.9.4-rc-1.0.2
manufacturing-3.9.4-rc-1.0.1
manufacturing-3.9.4-develop-1.2
manufacturing-3.9.4-develop-1.1
manufacturing-3.9.4-develop-1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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