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