MVN

cool.scx : scx-config

Maven & Gradle

Aug 19, 2023
4 stars

SCX Config · SCX Config

<dependency>
    <groupId>cool.scx</groupId>
    <artifactId>scx-config</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cool.scx : scx-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of cool.scx : scx-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
scx-config-2.4.3
scx-config-2.4.2
scx-config-2.4.1
scx-config-2.4.0
2.3.x
scx-config-2.3.9
scx-config-2.3.8
scx-config-2.3.7
scx-config-2.3.6
scx-config-2.3.5
scx-config-2.3.4
scx-config-2.3.3
scx-config-2.3.2
scx-config-2.3.1
scx-config-2.3.0
2.2.x
scx-config-2.2.9
scx-config-2.2.8
scx-config-2.2.7
scx-config-2.2.6
scx-config-2.2.5
scx-config-2.2.4
scx-config-2.2.3
scx-config-2.2.2
scx-config-2.2.1
scx-config-2.2.0
2.1.x
scx-config-2.1.5
scx-config-2.1.4
scx-config-2.1.3
scx-config-2.1.2
scx-config-2.1.1
scx-config-2.1.0
2.0.x
scx-config-2.0.22
scx-config-2.0.21
scx-config-2.0.20
scx-config-2.0.19
scx-config-2.0.18
scx-config-2.0.17
scx-config-2.0.16
scx-config-2.0.15
scx-config-2.0.14
scx-config-2.0.13
scx-config-2.0.12
scx-config-2.0.11
scx-config-2.0.10
scx-config-2.0.9
scx-config-2.0.8
scx-config-2.0.7
scx-config-2.0.6
scx-config-2.0.5
scx-config-2.0.4
scx-config-2.0.3
scx-config-2.0.2
scx-config-2.0.1
scx-config-2.0.0
0.1.x
scx-config-0.1.5
scx-config-0.1.4
scx-config-0.1.3
scx-config-0.1.2
scx-config-0.1.1
scx-config-0.1.0
0.0.x
scx-config-0.0.9
scx-config-0.0.8
scx-config-0.0.7
scx-config-0.0.6
scx-config-0.0.5
scx-config-0.0.4
scx-config-0.0.3
scx-config-0.0.2
scx-config-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>cool.scx</groupId>
    <artifactId>scx-config</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cool.scx : scx-config gradle dependency to your build.gradle file:

implementation 'cool.scx:scx-config:2.4.3'

Gradle Kotlin DSL: Add the following cool.scx : scx-config gradle kotlin dependency to your build.gradle.kts file:

implementation("cool.scx:scx-config:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cool.scx : scx-config sbt scala dependency to your build.sbt file:

libraryDependencies += "cool.scx" % "scx-config" % "2.4.3"