| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdtop.gabin | 
    
| ArtifactId | ArtifactIdngrok-client | 
    
| Version | Version1.0.1.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| ngrok-client-1.0.1.RELEASE.pom | |
| ngrok-client-1.0.1.RELEASE.jar | 8 MB | 
| ngrok-client-1.0.1.RELEASE-sources.jar | 13 KB | 
| ngrok-client-1.0.1.RELEASE-javadoc.jar | 114 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.gabin/ngrok-client/ -->
<dependency>
    <groupId>top.gabin</groupId>
    <artifactId>ngrok-client</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/top.gabin/ngrok-client/
implementation 'top.gabin:ngrok-client:1.0.1.RELEASE'
                // https://jarcasting.com/artifacts/top.gabin/ngrok-client/
implementation ("top.gabin:ngrok-client:1.0.1.RELEASE")
                'top.gabin:ngrok-client:jar:1.0.1.RELEASE'
                <dependency org="top.gabin" name="ngrok-client" rev="1.0.1.RELEASE">
  <artifact name="ngrok-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='top.gabin', module='ngrok-client', version='1.0.1.RELEASE')
)
                libraryDependencies += "top.gabin" % "ngrok-client" % "1.0.1.RELEASE"
                [top.gabin/ngrok-client "1.0.1.RELEASE"]