MVN

com.gitlab.grout : grout

Maven & Gradle

Apr 01, 2019

grout · Standalone HTTP request routing

<dependency>
    <groupId>com.gitlab.grout</groupId>
    <artifactId>grout</artifactId>
    <version>0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.grout : grout to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14

All Versions

Choose a version of com.gitlab.grout : grout to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14
grout-0.14
0.13
grout-0.13
0.12
grout-0.12
0.11
grout-0.11
0.10
grout-0.10
0.9
grout-0.9
0.8
grout-0.8
0.7
grout-0.7
0.6
grout-0.6
0.5
grout-0.5
0.4
grout-0.4
0.3
grout-0.3
0.2
grout-0.2
0.1
grout-0.1

How to add a dependency to Maven

Add the following com.gitlab.grout : grout maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.grout</groupId>
    <artifactId>grout</artifactId>
    <version>0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.grout : grout gradle dependency to your build.gradle file:

implementation 'com.gitlab.grout:grout:0.14'

Gradle Kotlin DSL: Add the following com.gitlab.grout : grout gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.grout:grout:0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.grout : grout sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.grout" % "grout" % "0.14"

Advertisement