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