MVN

org.eclipse.che.infrastructure : infrastructure-factory

Maven & Gradle

Apr 08, 2021
2 usages
6.5k stars

Infrastructure :: Factory components

<dependency>
    <groupId>org.eclipse.che.infrastructure</groupId>
    <artifactId>infrastructure-factory</artifactId>
    <version>7.28.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.che.infrastructure : infrastructure-factory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.28.2

All Versions

Choose a version of org.eclipse.che.infrastructure : infrastructure-factory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.28.x
infrastructure-factory-7.28.2
infrastructure-factory-7.28.0
7.27.x
infrastructure-factory-7.27.2
infrastructure-factory-7.27.1
infrastructure-factory-7.27.0
7.26.x
infrastructure-factory-7.26.2
infrastructure-factory-7.26.1
infrastructure-factory-7.26.0
7.25.x
infrastructure-factory-7.25.2
infrastructure-factory-7.25.1
infrastructure-factory-7.25.0

How to add a dependency to Maven

Add the following org.eclipse.che.infrastructure : infrastructure-factory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.che.infrastructure</groupId>
    <artifactId>infrastructure-factory</artifactId>
    <version>7.28.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.che.infrastructure : infrastructure-factory gradle dependency to your build.gradle file:

implementation 'org.eclipse.che.infrastructure:infrastructure-factory:7.28.2'

Gradle Kotlin DSL: Add the following org.eclipse.che.infrastructure : infrastructure-factory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.che.infrastructure:infrastructure-factory:7.28.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.che.infrastructure : infrastructure-factory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.che.infrastructure" % "infrastructure-factory" % "7.28.2"