License |
License |
---|---|
Categories |
CategoriesCLI User Interface Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.moronicgeek.swagger |
ArtifactId | ArtifactIdclient |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.1.pom | |
client-0.1.jar | 11 KB |
client-0.1-sources.jar | 5 KB |
client-0.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.moronicgeek.swagger/client/ -->
<dependency>
<groupId>com.github.moronicgeek.swagger</groupId>
<artifactId>client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moronicgeek.swagger/client/
implementation 'com.github.moronicgeek.swagger:client:0.1'
// https://jarcasting.com/artifacts/com.github.moronicgeek.swagger/client/
implementation ("com.github.moronicgeek.swagger:client:0.1")
'com.github.moronicgeek.swagger:client:jar:0.1'
<dependency org="com.github.moronicgeek.swagger" name="client" rev="0.1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moronicgeek.swagger', module='client', version='0.1')
)
libraryDependencies += "com.github.moronicgeek.swagger" % "client" % "0.1"
[com.github.moronicgeek.swagger/client "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.4.0.RELEASE |
com.github.moronicgeek.swagger : core | jar | 0.1 |
org.springframework.cloud : spring-cloud-starter-eureka | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.4.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.4.0.RELEASE |
com.jayway.jsonpath : json-path | jar | 2.2.0 |
junit : junit | jar | 4.12 |