Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-commons-lang |
Version | Version6.19.5 |
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>6.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-lang/
implementation 'org.eclipse.che.core:che-core-commons-lang:6.19.5'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-lang/
implementation ("org.eclipse.che.core:che-core-commons-lang:6.19.5")
'org.eclipse.che.core:che-core-commons-lang:jar:6.19.5'
<dependency org="org.eclipse.che.core" name="che-core-commons-lang" rev="6.19.5">
<artifact name="che-core-commons-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-commons-lang', version='6.19.5')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-lang" % "6.19.5"
[org.eclipse.che.core/che-core-commons-lang "6.19.5"]