MVN

ch.software-atelier : simpleflex-base

Maven & Gradle

Jan 10, 2023
1 usages
0 stars

Simpleflex Base · Build Micro Services with pico footprint

<dependency>
    <groupId>ch.software-atelier</groupId>
    <artifactId>simpleflex-base</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.software-atelier : simpleflex-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of ch.software-atelier : simpleflex-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
simpleflex-base-2.2.1
simpleflex-base-2.2.0
2.1.x
simpleflex-base-2.1.4
simpleflex-base-2.1.2
simpleflex-base-2.1.1
2.1
simpleflex-base-2.1

How to add a dependency to Maven

Add the following ch.software-atelier : simpleflex-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.software-atelier</groupId>
    <artifactId>simpleflex-base</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.software-atelier : simpleflex-base gradle dependency to your build.gradle file:

implementation 'ch.software-atelier:simpleflex-base:2.2.1'

Gradle Kotlin DSL: Add the following ch.software-atelier : simpleflex-base gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.software-atelier:simpleflex-base:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.software-atelier : simpleflex-base sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.software-atelier" % "simpleflex-base" % "2.2.1"

Advertisement