Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-core-publisher |
Version | Version6.2.29 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-publisher/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-publisher</artifactId>
<version>6.2.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-publisher/
implementation 'org.eclipse.dirigible:dirigible-core-publisher:6.2.29'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-publisher/
implementation ("org.eclipse.dirigible:dirigible-core-publisher:6.2.29")
'org.eclipse.dirigible:dirigible-core-publisher:jar:6.2.29'
<dependency org="org.eclipse.dirigible" name="dirigible-core-publisher" rev="6.2.29">
<artifact name="dirigible-core-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-publisher', version='6.2.29')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-publisher" % "6.2.29"
[org.eclipse.dirigible/dirigible-core-publisher "6.2.29"]