MVN

io.ratpack : ratpack-groovy-test

Maven & Gradle

Aug 11, 2023
5 usages
1.9k stars

ratpack-groovy-test

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-groovy-test</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
2.0.x
ratpack-groovy-test-2.0.0-rc-1
1.10.x
ratpack-groovy-test-1.10.0-milestone-24
ratpack-groovy-test-1.10.0-milestone-23
ratpack-groovy-test-1.10.0-milestone-22
ratpack-groovy-test-1.10.0-milestone-21
ratpack-groovy-test-1.10.0-milestone-20
ratpack-groovy-test-1.10.0-milestone-19
ratpack-groovy-test-1.10.0-milestone-18
ratpack-groovy-test-1.10.0-milestone-17
ratpack-groovy-test-1.10.0-milestone-16
ratpack-groovy-test-1.10.0-milestone-15
ratpack-groovy-test-1.10.0-milestone-14
ratpack-groovy-test-1.10.0-milestone-13
ratpack-groovy-test-1.10.0-milestone-12
ratpack-groovy-test-1.10.0-milestone-11
ratpack-groovy-test-1.10.0-milestone-10
ratpack-groovy-test-1.10.0-milestone-9
ratpack-groovy-test-1.10.0-milestone-8
ratpack-groovy-test-1.10.0-milestone-7
ratpack-groovy-test-1.10.0-milestone-6
ratpack-groovy-test-1.10.0-milestone-5
ratpack-groovy-test-1.10.0-milestone-4
ratpack-groovy-test-1.10.0-milestone-3
ratpack-groovy-test-1.10.0-milestone-2
ratpack-groovy-test-1.10.0-milestone-1
1.9.x
ratpack-groovy-test-1.9.0
ratpack-groovy-test-1.9.0-rc-2
ratpack-groovy-test-1.9.0-rc-1
1.8.x
ratpack-groovy-test-1.8.2
ratpack-groovy-test-1.8.1
ratpack-groovy-test-1.8.0
1.7.x
ratpack-groovy-test-1.7.6
ratpack-groovy-test-1.7.5
ratpack-groovy-test-1.7.4
ratpack-groovy-test-1.7.3
ratpack-groovy-test-1.7.2
ratpack-groovy-test-1.7.1
ratpack-groovy-test-1.7.0
1.6.x
ratpack-groovy-test-1.6.1
ratpack-groovy-test-1.6.0
ratpack-groovy-test-1.6.0-rc-4
ratpack-groovy-test-1.6.0-rc-3
ratpack-groovy-test-1.6.0-rc-2
ratpack-groovy-test-1.6.0-rc-1
1.5.x
ratpack-groovy-test-1.5.4
ratpack-groovy-test-1.5.3
ratpack-groovy-test-1.5.2
ratpack-groovy-test-1.5.1
ratpack-groovy-test-1.5.0
1.4.x
ratpack-groovy-test-1.4.6
ratpack-groovy-test-1.4.5
ratpack-groovy-test-1.4.4
ratpack-groovy-test-1.4.3
ratpack-groovy-test-1.4.2
ratpack-groovy-test-1.4.1
ratpack-groovy-test-1.4.0
ratpack-groovy-test-1.4.0-rc-3
ratpack-groovy-test-1.4.0-rc-2
ratpack-groovy-test-1.4.0-rc-1
1.3.x
ratpack-groovy-test-1.3.3
ratpack-groovy-test-1.3.2
ratpack-groovy-test-1.3.1
ratpack-groovy-test-1.3.0
ratpack-groovy-test-1.3.0-rc-2
ratpack-groovy-test-1.3.0-rc-1
1.2.x
ratpack-groovy-test-1.2.0
ratpack-groovy-test-1.2.0-rc-2
ratpack-groovy-test-1.2.0-RC-1
1.1.x
ratpack-groovy-test-1.1.1
ratpack-groovy-test-1.1.0
1.0.x
ratpack-groovy-test-1.0.0
ratpack-groovy-test-1.0.0-rc-3
ratpack-groovy-test-1.0.0-rc-2
ratpack-groovy-test-1.0.0-rc-1
0.9.x
ratpack-groovy-test-0.9.19
ratpack-groovy-test-0.9.18
ratpack-groovy-test-0.9.17
ratpack-groovy-test-0.9.16
ratpack-groovy-test-0.9.15
ratpack-groovy-test-0.9.14
ratpack-groovy-test-0.9.13
ratpack-groovy-test-0.9.12
ratpack-groovy-test-0.9.11
ratpack-groovy-test-0.9.10
ratpack-groovy-test-0.9.9
ratpack-groovy-test-0.9.8
ratpack-groovy-test-0.9.7
ratpack-groovy-test-0.9.6
ratpack-groovy-test-0.9.5
ratpack-groovy-test-0.9.4
ratpack-groovy-test-0.9.3
ratpack-groovy-test-0.9.2
ratpack-groovy-test-0.9.1
ratpack-groovy-test-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.ratpack</groupId>
    <artifactId>ratpack-groovy-test</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.ratpack:ratpack-groovy-test:1.9.0'

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

implementation("io.ratpack:ratpack-groovy-test:1.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.ratpack" % "ratpack-groovy-test" % "1.9.0"

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

Jun 17, 2017
5 usages
31 stars
Nov 12, 2015
16 usages
Aug 25, 2023
8 usages
68 stars
Aug 25, 2023
28 usages
68 stars
Jan 15, 2016
36 usages
1.9k stars
Oct 21, 2016
9 usages
Feb 15, 2017
5 usages