Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.eclipse.che.lib |
ArtifactId | ArtifactIdche-swagger-war |
Version | Version7.0.0-RC-2.0 |
Type | Typewar |
Filename | Size |
---|---|
che-swagger-war-7.0.0-RC-2.0.pom | |
che-swagger-war-7.0.0-RC-2.0.war | 694 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-war/ -->
<dependency>
<groupId>org.eclipse.che.lib</groupId>
<artifactId>che-swagger-war</artifactId>
<version>7.0.0-RC-2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-war/
implementation 'org.eclipse.che.lib:che-swagger-war:7.0.0-RC-2.0'
// https://jarcasting.com/artifacts/org.eclipse.che.lib/che-swagger-war/
implementation ("org.eclipse.che.lib:che-swagger-war:7.0.0-RC-2.0")
'org.eclipse.che.lib:che-swagger-war:war:7.0.0-RC-2.0'
<dependency org="org.eclipse.che.lib" name="che-swagger-war" rev="7.0.0-RC-2.0">
<artifact name="che-swagger-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.lib', module='che-swagger-war', version='7.0.0-RC-2.0')
)
libraryDependencies += "org.eclipse.che.lib" % "che-swagger-war" % "7.0.0-RC-2.0"
[org.eclipse.che.lib/che-swagger-war "7.0.0-RC-2.0"]