MVN

io.ratpack : ratpack-config

Maven & Gradle

May 12, 2022
1.9k stars

ratpack-config

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-config</artifactId>
    <version>0.9.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.15
  • Latest Release Candidate: 2.0.0-rc-1

All Versions

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

Version Vulnerabilities Updated
2.0.x
ratpack-config-2.0.0-rc-1
0.9.x
ratpack-config-0.9.15
ratpack-config-0.9.14
ratpack-config-0.9.13

How to add a dependency to Maven

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

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-config</artifactId>
    <version>0.9.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.ratpack:ratpack-config:0.9.15'

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

implementation("io.ratpack:ratpack-config:0.9.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.ratpack" % "ratpack-config" % "0.9.15"

Advertisement

Dependencies from Group

Aug 11, 2023
31 usages
1.9k stars
Aug 11, 2023
28 usages
1.9k stars
Aug 11, 2023
13 usages
1.9k stars
Aug 11, 2023
5 usages
1.9k stars
Aug 11, 2023
5 usages
1.9k stars

Discover Dependencies