| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.ui | 
| ArtifactId | ArtifactIdcheatsheets | 
| Version | Version3.2.1-R321_v20060720 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| cheatsheets-3.2.1-R321_v20060720.pom | |
| cheatsheets-3.2.1-R321_v20060720.jar | 283 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.ui/cheatsheets/ -->
<dependency>
    <groupId>org.eclipse.ui</groupId>
    <artifactId>cheatsheets</artifactId>
    <version>3.2.1-R321_v20060720</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.ui/cheatsheets/
implementation 'org.eclipse.ui:cheatsheets:3.2.1-R321_v20060720'// https://jarcasting.com/artifacts/org.eclipse.ui/cheatsheets/
implementation ("org.eclipse.ui:cheatsheets:3.2.1-R321_v20060720")'org.eclipse.ui:cheatsheets:jar:3.2.1-R321_v20060720'<dependency org="org.eclipse.ui" name="cheatsheets" rev="3.2.1-R321_v20060720">
  <artifact name="cheatsheets" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.ui', module='cheatsheets', version='3.2.1-R321_v20060720')
)libraryDependencies += "org.eclipse.ui" % "cheatsheets" % "3.2.1-R321_v20060720"[org.eclipse.ui/cheatsheets "3.2.1-R321_v20060720"]