MVN

de.matrixweb.smaller-config : smaller-config

Maven & Gradle

Apr 02, 2014
5 usages
0 stars

smaller-config · smaller-config is a unified config file format for smaller and smaller-dev-server. The file format could be json or yaml.

<dependency>
    <groupId>de.matrixweb.smaller-config</groupId>
    <artifactId>smaller-config</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.smaller-config : smaller-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of de.matrixweb.smaller-config : smaller-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
smaller-config-0.2.2
smaller-config-0.2.1
smaller-config-0.2.0
0.1.x
smaller-config-0.1.0

How to add a dependency to Maven

Add the following de.matrixweb.smaller-config : smaller-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.matrixweb.smaller-config</groupId>
    <artifactId>smaller-config</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.matrixweb.smaller-config : smaller-config gradle dependency to your build.gradle file:

implementation 'de.matrixweb.smaller-config:smaller-config:0.2.2'

Gradle Kotlin DSL: Add the following de.matrixweb.smaller-config : smaller-config gradle kotlin dependency to your build.gradle.kts file:

implementation("de.matrixweb.smaller-config:smaller-config:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.matrixweb.smaller-config : smaller-config sbt scala dependency to your build.sbt file:

libraryDependencies += "de.matrixweb.smaller-config" % "smaller-config" % "0.2.2"

Advertisement