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