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