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