License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdtk.ngrok4j |
ArtifactId | ArtifactIdngrok4j-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionngrok4j-client
Ngrok4j is a java project that implements the ngrok protocol based on netty
|
Filename | Size |
---|---|
ngrok4j-client-1.0.0.pom | |
ngrok4j-client-1.0.0.jar | 15 KB |
ngrok4j-client-1.0.0-sources.jar | 6 KB |
ngrok4j-client-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.ngrok4j/ngrok4j-client/ -->
<dependency>
<groupId>tk.ngrok4j</groupId>
<artifactId>ngrok4j-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tk.ngrok4j/ngrok4j-client/
implementation 'tk.ngrok4j:ngrok4j-client:1.0.0'
// https://jarcasting.com/artifacts/tk.ngrok4j/ngrok4j-client/
implementation ("tk.ngrok4j:ngrok4j-client:1.0.0")
'tk.ngrok4j:ngrok4j-client:jar:1.0.0'
<dependency org="tk.ngrok4j" name="ngrok4j-client" rev="1.0.0">
<artifact name="ngrok4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.ngrok4j', module='ngrok4j-client', version='1.0.0')
)
libraryDependencies += "tk.ngrok4j" % "ngrok4j-client" % "1.0.0"
[tk.ngrok4j/ngrok4j-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
tk.ngrok4j : ngrok4j-core | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |