Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-api-model |
Version | Version7.25.0 |
Type | Typejar |
Filename | Size |
---|---|
che-core-api-model-7.25.0.pom | |
che-core-api-model-7.25.0.jar | 32 KB |
che-core-api-model-7.25.0-sources.jar | 43 KB |
che-core-api-model-7.25.0-javadoc.jar | 701 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-model/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-model</artifactId>
<version>7.25.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-model/
implementation 'org.eclipse.che.core:che-core-api-model:7.25.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-model/
implementation ("org.eclipse.che.core:che-core-api-model:7.25.0")
'org.eclipse.che.core:che-core-api-model:jar:7.25.0'
<dependency org="org.eclipse.che.core" name="che-core-api-model" rev="7.25.0">
<artifact name="che-core-api-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-model', version='7.25.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-model" % "7.25.0"
[org.eclipse.che.core/che-core-api-model "7.25.0"]