MVN

foundation.fluent.api : dsl-hell-model

Maven & Gradle

Nov 18, 2021
3 usages
<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>dsl-hell-model</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of foundation.fluent.api : dsl-hell-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of foundation.fluent.api : dsl-hell-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
dsl-hell-model-1.9
1.8
dsl-hell-model-1.8
1.7
dsl-hell-model-1.7
1.6
dsl-hell-model-1.6
1.5
dsl-hell-model-1.5
1.4
dsl-hell-model-1.4
1.3
dsl-hell-model-1.3
1.2
dsl-hell-model-1.2

How to add a dependency to Maven

Add the following foundation.fluent.api : dsl-hell-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>foundation.fluent.api</groupId>
    <artifactId>dsl-hell-model</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following foundation.fluent.api : dsl-hell-model gradle dependency to your build.gradle file:

implementation 'foundation.fluent.api:dsl-hell-model:1.9'

Gradle Kotlin DSL: Add the following foundation.fluent.api : dsl-hell-model gradle kotlin dependency to your build.gradle.kts file:

implementation("foundation.fluent.api:dsl-hell-model:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following foundation.fluent.api : dsl-hell-model sbt scala dependency to your build.sbt file:

libraryDependencies += "foundation.fluent.api" % "dsl-hell-model" % "1.9"

Advertisement