MVN

org.into-cps.maestro.frameworks : builder

Maven & Gradle

Oct 03, 2022
2 usages
13 stars

Builder API for the Fmi framework

<dependency>
    <groupId>org.into-cps.maestro.frameworks</groupId>
    <artifactId>builder</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.into-cps.maestro.frameworks : builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.into-cps.maestro.frameworks : builder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
builder-2.3.0
2.2.x
builder-2.2.5
builder-2.2.4
builder-2.2.3
builder-2.2.2
builder-2.2.1
2.1.x
builder-2.1.9
builder-2.1.8
builder-2.1.7
builder-2.1.6

How to add a dependency to Maven

Add the following org.into-cps.maestro.frameworks : builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.into-cps.maestro.frameworks</groupId>
    <artifactId>builder</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.into-cps.maestro.frameworks : builder gradle dependency to your build.gradle file:

implementation 'org.into-cps.maestro.frameworks:builder:2.3.0'

Gradle Kotlin DSL: Add the following org.into-cps.maestro.frameworks : builder gradle kotlin dependency to your build.gradle.kts file:

implementation("org.into-cps.maestro.frameworks:builder:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.into-cps.maestro.frameworks : builder sbt scala dependency to your build.sbt file:

libraryDependencies += "org.into-cps.maestro.frameworks" % "builder" % "2.3.0"

Advertisement