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