| License |
License |
|---|---|
| Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface Swagger Program Interface REST Frameworks |
| GroupId | GroupIdorg.eclipse.che.lib |
| ArtifactId | ArtifactIdche-swagger-module |
| Version | Version7.2.0 |
| Type | Typejar |
| Description |
DescriptionChe Lib :: Che Swagger :: Guice Deployment module
Provides version of third parties artifacts to use in Codenvy platform projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| che-swagger-module-7.2.0.pom | |
| che-swagger-module-7.2.0.jar | 8 KB |
| che-swagger-module-7.2.0-sources.jar | 6 KB |
| che-swagger-module-7.2.0-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/ -->
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-module</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation 'org.eclipse.che.lib:che-swagger-module:7.2.0'
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation ("org.eclipse.che.lib:che-swagger-module:7.2.0")
'org.eclipse.che.lib:che-swagger-module:jar:7.2.0'
<dependency org="org.eclipse.che.lib" name="che-swagger-module" rev="7.2.0">
<artifact name="che-swagger-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.lib', module='che-swagger-module', version='7.2.0')
)
libraryDependencies += "org.eclipse.che.lib" % "che-swagger-module" % "7.2.0"
[org.eclipse.che.lib/che-swagger-module "7.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |
| com.google.guava : guava | jar | 27.0.1-jre |
| com.google.inject : guice | jar | 4.2.2 |
| com.google.inject.extensions : guice-servlet | jar | 4.2.2 |
| io.swagger : swagger-core | jar | 1.5.9 |
| io.swagger : swagger-jaxrs | jar | 1.5.9 |
| io.swagger : swagger-models | jar | 1.5.9 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| org.slf4j : slf4j-api | jar | 1.7.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.9.7 |
| com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.9.7 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.9.7 |
| joda-time : joda-time | jar | 2.3 |
| org.yaml : snakeyaml | jar | 1.15 |