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