Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.ui.cheatsheets |
Version | Version3.5.700 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.cheatsheets/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.cheatsheets</artifactId>
<version>3.5.700</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.cheatsheets/
implementation 'org.eclipse.platform:org.eclipse.ui.cheatsheets:3.5.700'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ui.cheatsheets/
implementation ("org.eclipse.platform:org.eclipse.ui.cheatsheets:3.5.700")
'org.eclipse.platform:org.eclipse.ui.cheatsheets:jar:3.5.700'
<dependency org="org.eclipse.platform" name="org.eclipse.ui.cheatsheets" rev="3.5.700">
<artifact name="org.eclipse.ui.cheatsheets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.ui.cheatsheets', version='3.5.700')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.ui.cheatsheets" % "3.5.700"
[org.eclipse.platform/org.eclipse.ui.cheatsheets "3.5.700"]