Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-ext-parent |
Version | Version5.11.7 |
Type | Typepom |
Filename | Size |
---|---|
dirigible-ext-parent-5.11.7.pom | 690 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ext-parent/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-ext-parent</artifactId>
<version>5.11.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ext-parent/
implementation 'org.eclipse.dirigible:dirigible-ext-parent:5.11.7'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-ext-parent/
implementation ("org.eclipse.dirigible:dirigible-ext-parent:5.11.7")
'org.eclipse.dirigible:dirigible-ext-parent:pom:5.11.7'
<dependency org="org.eclipse.dirigible" name="dirigible-ext-parent" rev="5.11.7">
<artifact name="dirigible-ext-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-ext-parent', version='5.11.7')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-ext-parent" % "5.11.7"
[org.eclipse.dirigible/dirigible-ext-parent "5.11.7"]