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