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