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