Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-commons-lang |
Version | Version7.0.0-RC-1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-lang/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-commons-lang</artifactId>
<version>7.0.0-RC-1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-lang/
implementation 'org.eclipse.che.core:che-core-commons-lang:7.0.0-RC-1.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-lang/
implementation ("org.eclipse.che.core:che-core-commons-lang:7.0.0-RC-1.0")
'org.eclipse.che.core:che-core-commons-lang:jar:7.0.0-RC-1.0'
<dependency org="org.eclipse.che.core" name="che-core-commons-lang" rev="7.0.0-RC-1.0">
<artifact name="che-core-commons-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-commons-lang', version='7.0.0-RC-1.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-lang" % "7.0.0-RC-1.0"
[org.eclipse.che.core/che-core-commons-lang "7.0.0-RC-1.0"]