MVN

io.confound : confound

Maven & Gradle

Oct 30, 2022
4 usages

Confound · Configuration foundation with access via Csar.

<dependency>
    <groupId>io.confound</groupId>
    <artifactId>confound</artifactId>
    <version>0.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.confound : confound to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.4

All Versions

Choose a version of io.confound : confound to add to Maven or Gradle - All Versions:

  • Version Updated
  • confound-0.7.4

    Oct 30, 2022
  • confound-0.7.3

    Sep 18, 2022
  • confound-0.7.2

    Dec 22, 2019
  • confound-0.7.1

    Sep 01, 2019
  • confound-0.7.0

    Apr 30, 2019
  • confound-0.6.1

    Oct 25, 2018
  • confound-0.6.0

    Oct 22, 2018
  • confound-0.5.0

    Aug 14, 2018

How to add a dependency to Maven

Add the following io.confound : confound maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.confound</groupId>
    <artifactId>confound</artifactId>
    <version>0.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.confound : confound gradle dependency to your build.gradle file:

implementation 'io.confound:confound:0.7.4'

Gradle Kotlin DSL: Add the following io.confound : confound gradle kotlin dependency to your build.gradle.kts file:

implementation("io.confound:confound:0.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.confound : confound sbt scala dependency to your build.sbt file:

libraryDependencies += "io.confound" % "confound" % "0.7.4"