Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.eclipse.che.lib |
ArtifactId | ArtifactIdche-swagger-module |
Version | Version6.18.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/ -->
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-module</artifactId>
<version>6.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation 'org.eclipse.che.lib:che-swagger-module:6.18.0'
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-module/
implementation ("org.eclipse.che.lib:che-swagger-module:6.18.0")
'org.eclipse.che.lib:che-swagger-module:jar:6.18.0'
<dependency org="org.eclipse.che.lib" name="che-swagger-module" rev="6.18.0">
<artifact name="che-swagger-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.lib', module='che-swagger-module', version='6.18.0')
)
libraryDependencies += "org.eclipse.che.lib" % "che-swagger-module" % "6.18.0"
[org.eclipse.che.lib/che-swagger-module "6.18.0"]