| Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.che |
| ArtifactId | ArtifactIdassembly-root-war |
| Version | Version7.15.2 |
| Type | Typewar |
| Filename | Size |
|---|---|
| assembly-root-war-7.15.2.pom | |
| assembly-root-war-7.15.2.war | 9 MB |
| assembly-root-war-7.15.2-sources.jar | 5 KB |
| assembly-root-war-7.15.2-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che/assembly-root-war/ -->
<dependency>
<groupId>org.eclipse.che</groupId>
<artifactId>assembly-root-war</artifactId>
<version>7.15.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che/assembly-root-war/
implementation 'org.eclipse.che:assembly-root-war:7.15.2'
// https://jarcasting.com/artifacts/org.eclipse.che/assembly-root-war/
implementation ("org.eclipse.che:assembly-root-war:7.15.2")
'org.eclipse.che:assembly-root-war:war:7.15.2'
<dependency org="org.eclipse.che" name="assembly-root-war" rev="7.15.2">
<artifact name="assembly-root-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che', module='assembly-root-war', version='7.15.2')
)
libraryDependencies += "org.eclipse.che" % "assembly-root-war" % "7.15.2"
[org.eclipse.che/assembly-root-war "7.15.2"]