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