is not current version
Last Version 0.2.0

com.github.vaibhav-sinha:kong-java-client 0.1.0

Kong is a popular Open Source API Gateway. Kong Java Client makes it easy to configure the API Gateway through your code.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.github.vaibhav-sinha
ArtifactId

ArtifactId

kong-java-client
Version

Version

0.1.0
Type

Type

jar

Download kong-java-client 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.vaibhav-sinha/kong-java-client/ -->
<dependency>
    <groupId>com.github.vaibhav-sinha</groupId>
    <artifactId>kong-java-client</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vaibhav-sinha/kong-java-client/
implementation 'com.github.vaibhav-sinha:kong-java-client:0.1.0'
// https://jarcasting.com/artifacts/com.github.vaibhav-sinha/kong-java-client/
implementation ("com.github.vaibhav-sinha:kong-java-client:0.1.0")
'com.github.vaibhav-sinha:kong-java-client:jar:0.1.0'
<dependency org="com.github.vaibhav-sinha" name="kong-java-client" rev="0.1.0">
  <artifact name="kong-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vaibhav-sinha', module='kong-java-client', version='0.1.0')
)
libraryDependencies += "com.github.vaibhav-sinha" % "kong-java-client" % "0.1.0"
[com.github.vaibhav-sinha/kong-java-client "0.1.0"]