MVN

org.akhikhl.gretty : gretty-runner-spring-boot-tomcat

Maven & Gradle

Apr 20, 2015
656 stars

gretty-runner-spring-boot-tomcat · Advanced gradle plugin for running web-apps on jetty

<dependency>
    <groupId>org.akhikhl.gretty</groupId>
    <artifactId>gretty-runner-spring-boot-tomcat</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.akhikhl.gretty : gretty-runner-spring-boot-tomcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.akhikhl.gretty : gretty-runner-spring-boot-tomcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
gretty-runner-spring-boot-tomcat-1.2.2
gretty-runner-spring-boot-tomcat-1.2.1
gretty-runner-spring-boot-tomcat-1.2.0
1.1.x
gretty-runner-spring-boot-tomcat-1.1.9
gretty-runner-spring-boot-tomcat-1.1.8
gretty-runner-spring-boot-tomcat-1.1.7
gretty-runner-spring-boot-tomcat-1.1.6
gretty-runner-spring-boot-tomcat-1.1.5
gretty-runner-spring-boot-tomcat-1.1.4
gretty-runner-spring-boot-tomcat-1.1.3
gretty-runner-spring-boot-tomcat-1.1.2
gretty-runner-spring-boot-tomcat-1.1.1
gretty-runner-spring-boot-tomcat-1.1.0
1.0.x
gretty-runner-spring-boot-tomcat-1.0.0

How to add a dependency to Maven

Add the following org.akhikhl.gretty : gretty-runner-spring-boot-tomcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.akhikhl.gretty</groupId>
    <artifactId>gretty-runner-spring-boot-tomcat</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.akhikhl.gretty : gretty-runner-spring-boot-tomcat gradle dependency to your build.gradle file:

implementation 'org.akhikhl.gretty:gretty-runner-spring-boot-tomcat:1.2.2'

Gradle Kotlin DSL: Add the following org.akhikhl.gretty : gretty-runner-spring-boot-tomcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.akhikhl.gretty:gretty-runner-spring-boot-tomcat:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.akhikhl.gretty : gretty-runner-spring-boot-tomcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.akhikhl.gretty" % "gretty-runner-spring-boot-tomcat" % "1.2.2"