Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-ide-ui-plugins |
Version | Version6.2.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-ide-ui-plugins</artifactId>
<version>6.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation 'org.eclipse.dirigible:dirigible-ide-ui-plugins:6.2.10'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ide-ui-plugins/
implementation ("org.eclipse.dirigible:dirigible-ide-ui-plugins:6.2.10")
'org.eclipse.dirigible:dirigible-ide-ui-plugins:jar:6.2.10'
<dependency org="org.eclipse.dirigible" name="dirigible-ide-ui-plugins" rev="6.2.10">
<artifact name="dirigible-ide-ui-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-ide-ui-plugins', version='6.2.10')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-ide-ui-plugins" % "6.2.10"
[org.eclipse.dirigible/dirigible-ide-ui-plugins "6.2.10"]