License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.kilmajster |
ArtifactId | ArtifactIdngrok-spring-boot-starter |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionngrok-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 ๐งโโ๏ธ
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.kilmajster/ngrok-spring-boot-starter/ -->
<dependency>
<groupId>io.github.kilmajster</groupId>
<artifactId>ngrok-spring-boot-starter</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kilmajster/ngrok-spring-boot-starter/
implementation 'io.github.kilmajster:ngrok-spring-boot-starter:0.6.0'
// https://jarcasting.com/artifacts/io.github.kilmajster/ngrok-spring-boot-starter/
implementation ("io.github.kilmajster:ngrok-spring-boot-starter:0.6.0")
'io.github.kilmajster:ngrok-spring-boot-starter:jar:0.6.0'
<dependency org="io.github.kilmajster" name="ngrok-spring-boot-starter" rev="0.6.0">
<artifact name="ngrok-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kilmajster', module='ngrok-spring-boot-starter', version='0.6.0')
)
libraryDependencies += "io.github.kilmajster" % "ngrok-spring-boot-starter" % "0.6.0"
[io.github.kilmajster/ngrok-spring-boot-starter "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.6 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
io.vavr : vavr | jar | 0.10.4 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.2 |
commons-io : commons-io | jar | 2.11.0 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |
org.springframework.cloud : spring-cloud-contract-wiremock | jar | 3.1.1 |