Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.taofen8.mid |
ArtifactId | ArtifactIdkong-client |
Version | Version0.1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
kong-client-0.1.0-RELEASE.pom | |
kong-client-0.1.0-RELEASE.jar | 192 KB |
kong-client-0.1.0-RELEASE-sources.jar | 100 KB |
kong-client-0.1.0-RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taofen8.mid/kong-client/ -->
<dependency>
<groupId>com.taofen8.mid</groupId>
<artifactId>kong-client</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.taofen8.mid/kong-client/
implementation 'com.taofen8.mid:kong-client:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.taofen8.mid/kong-client/
implementation ("com.taofen8.mid:kong-client:0.1.0-RELEASE")
'com.taofen8.mid:kong-client:jar:0.1.0-RELEASE'
<dependency org="com.taofen8.mid" name="kong-client" rev="0.1.0-RELEASE">
<artifact name="kong-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taofen8.mid', module='kong-client', version='0.1.0-RELEASE')
)
libraryDependencies += "com.taofen8.mid" % "kong-client" % "0.1.0-RELEASE"
[com.taofen8.mid/kong-client "0.1.0-RELEASE"]