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