Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.kilmajster |
ArtifactId | ArtifactIdngrok-spring-boot-starter |
Version | Version0.2 |
Type | Typejar |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kilmajster/ngrok-spring-boot-starter/
implementation 'io.github.kilmajster:ngrok-spring-boot-starter:0.2'
// https://jarcasting.com/artifacts/io.github.kilmajster/ngrok-spring-boot-starter/
implementation ("io.github.kilmajster:ngrok-spring-boot-starter:0.2")
'io.github.kilmajster:ngrok-spring-boot-starter:jar:0.2'
<dependency org="io.github.kilmajster" name="ngrok-spring-boot-starter" rev="0.2">
<artifact name="ngrok-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kilmajster', module='ngrok-spring-boot-starter', version='0.2')
)
libraryDependencies += "io.github.kilmajster" % "ngrok-spring-boot-starter" % "0.2"
[io.github.kilmajster/ngrok-spring-boot-starter "0.2"]