License |
License |
---|---|
Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
GroupId | GroupIdorg.eclipse.che |
ArtifactId | ArtifactIdche-agents-parent |
Last Version | Last Version7.0.0-rc-3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionChe Agents Parent
Provides version of third parties artifacts to use in Codenvy platform projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
che-agents-parent-7.0.0-rc-3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che/che-agents-parent/ -->
<dependency>
<groupId>org.eclipse.che</groupId>
<artifactId>che-agents-parent</artifactId>
<version>7.0.0-rc-3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che/che-agents-parent/
implementation 'org.eclipse.che:che-agents-parent:7.0.0-rc-3.0'
// https://jarcasting.com/artifacts/org.eclipse.che/che-agents-parent/
implementation ("org.eclipse.che:che-agents-parent:7.0.0-rc-3.0")
'org.eclipse.che:che-agents-parent:pom:7.0.0-rc-3.0'
<dependency org="org.eclipse.che" name="che-agents-parent" rev="7.0.0-rc-3.0">
<artifact name="che-agents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che', module='che-agents-parent', version='7.0.0-rc-3.0')
)
libraryDependencies += "org.eclipse.che" % "che-agents-parent" % "7.0.0-rc-3.0"
[org.eclipse.che/che-agents-parent "7.0.0-rc-3.0"]