License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.vaibhav-sinha |
ArtifactId | ArtifactIdkong-java-client |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionkong-java-client
Kong is a popular Open Source API Gateway. Kong Java Client makes it easy to configure the API Gateway through your code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kong-java-client-0.2.0.pom | |
kong-java-client-0.2.0.jar | 130 KB |
kong-java-client-0.2.0-sources.jar | 58 KB |
kong-java-client-0.2.0-javadoc.jar | 602 KB |
Browse |
<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vaibhav-sinha/kong-java-client/
implementation 'com.github.vaibhav-sinha:kong-java-client:0.2.0'
// https://jarcasting.com/artifacts/com.github.vaibhav-sinha/kong-java-client/
implementation ("com.github.vaibhav-sinha:kong-java-client:0.2.0")
'com.github.vaibhav-sinha:kong-java-client:jar:0.2.0'
<dependency org="com.github.vaibhav-sinha" name="kong-java-client" rev="0.2.0">
<artifact name="kong-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vaibhav-sinha', module='kong-java-client', version='0.2.0')
)
libraryDependencies += "com.github.vaibhav-sinha" % "kong-java-client" % "0.2.0"
[com.github.vaibhav-sinha/kong-java-client "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.3.0 |
com.google.code.gson : gson | jar | 2.8.1 |
org.slf4j : slf4j-api | jar | 1.6.2 |
org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
commons-logging : commons-logging-api | jar | 1.1 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |