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