MVN

io.github.adempiere : enterprise-asset-maintenance

Maven & Gradle

Nov 27, 2023
0 stars

ADempiere Maintenance Service · Enterprise asset management (EAM) is the optimal lifecycle management of the physical assets of an organization. It covers subjects including the design, construction, commissioning, operations, maintenance and decommissioning/replacement of plant, equipment and facilities.

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>enterprise-asset-maintenance</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.adempiere : enterprise-asset-maintenance to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.adempiere : enterprise-asset-maintenance to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
enterprise-asset-maintenance-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.adempiere</groupId>
    <artifactId>enterprise-asset-maintenance</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.adempiere : enterprise-asset-maintenance gradle dependency to your build.gradle file:

implementation 'io.github.adempiere:enterprise-asset-maintenance:1.0.0'

Gradle Kotlin DSL: Add the following io.github.adempiere : enterprise-asset-maintenance gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.adempiere:enterprise-asset-maintenance:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.adempiere : enterprise-asset-maintenance sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.adempiere" % "enterprise-asset-maintenance" % "1.0.0"

Advertisement