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.1.0 |
Type | Typejar |
Filename | Size |
---|---|
che-swagger-module-7.1.0.pom | |
che-swagger-module-7.1.0.jar | 8 KB |
che-swagger-module-7.1.0-sources.jar | 6 KB |
che-swagger-module-7.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation 'org.eclipse.che.lib:che-swagger-module:7.1.0'
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation ("org.eclipse.che.lib:che-swagger-module:7.1.0")
'org.eclipse.che.lib:che-swagger-module:jar:7.1.0'
<dependency org="org.eclipse.che.lib" name="che-swagger-module" rev="7.1.0">
<artifact name="che-swagger-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.lib', module='che-swagger-module', version='7.1.0')
)
libraryDependencies += "org.eclipse.che.lib" % "che-swagger-module" % "7.1.0"
[org.eclipse.che.lib/che-swagger-module "7.1.0"]