MVN

org.nuiton : nuiton-config-example

Maven & Gradle

Sep 04, 2020

Nuiton Config :: Example · Nuiton Config Example

<dependency>
    <groupId>org.nuiton</groupId>
    <artifactId>nuiton-config-example</artifactId>
    <version>3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton : nuiton-config-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5

All Versions

Choose a version of org.nuiton : nuiton-config-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5
nuiton-config-example-3.5
3.4
nuiton-config-example-3.4
3.3
nuiton-config-example-3.3
3.2
nuiton-config-example-3.2
3.1.x
nuiton-config-example-3.1.1
3.1
nuiton-config-example-3.1
3.0
nuiton-config-example-3.0

How to add a dependency to Maven

Add the following org.nuiton : nuiton-config-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nuiton</groupId>
    <artifactId>nuiton-config-example</artifactId>
    <version>3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuiton : nuiton-config-example gradle dependency to your build.gradle file:

implementation 'org.nuiton:nuiton-config-example:3.5'

Gradle Kotlin DSL: Add the following org.nuiton : nuiton-config-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuiton:nuiton-config-example:3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuiton : nuiton-config-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuiton" % "nuiton-config-example" % "3.5"

Advertisement