MVN

io.github.kilmajster : ngrok-spring-boot-starter

Maven & Gradle

Apr 27, 2023
119 stars

ngrok-spring-boot-starter · 🚀 Spring Boot tunneling with Ngrok made easy! No matter if you are using Windows, Mac OS X, Linux or even Docker - ngrok binary will be chosen automatically 🤖 so you don't need to care about environment changing etc. auto-configuration magic 🧙‍♂️

<dependency>
    <groupId>io.github.kilmajster</groupId>
    <artifactId>ngrok-spring-boot-starter</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kilmajster : ngrok-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of io.github.kilmajster : ngrok-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
ngrok-spring-boot-starter-0.8.0
0.7.x
ngrok-spring-boot-starter-0.7.0
0.6.x
ngrok-spring-boot-starter-0.6.0
0.5.x
ngrok-spring-boot-starter-0.5.0
0.4.x
ngrok-spring-boot-starter-0.4.4
ngrok-spring-boot-starter-0.4.3
ngrok-spring-boot-starter-0.4.0
0.3.x
ngrok-spring-boot-starter-0.3.7
ngrok-spring-boot-starter-0.3.6
ngrok-spring-boot-starter-0.3.5
ngrok-spring-boot-starter-0.3.4
ngrok-spring-boot-starter-0.3.3
ngrok-spring-boot-starter-0.3.2
ngrok-spring-boot-starter-0.3.1
ngrok-spring-boot-starter-0.3.0
0.2
ngrok-spring-boot-starter-0.2
0.1
ngrok-spring-boot-starter-0.1

How to add a dependency to Maven

Add the following io.github.kilmajster : ngrok-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kilmajster</groupId>
    <artifactId>ngrok-spring-boot-starter</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kilmajster : ngrok-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.kilmajster:ngrok-spring-boot-starter:0.8.0'

Gradle Kotlin DSL: Add the following io.github.kilmajster : ngrok-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kilmajster:ngrok-spring-boot-starter:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kilmajster : ngrok-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kilmajster" % "ngrok-spring-boot-starter" % "0.8.0"