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