Eclipse platform core commands framework for defining and managing commands and handlers.
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.commands</artifactId>
<version>3.12.500</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Retrieves a command by ID from the command manager.
Use only within an Eclipse RCP application; consider alternative command frameworks for non-Eclipse projects.
No dependency data recorded yet.