<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-components-template-hello-world</artifactId>
<version>8.13.0</version>
</dependency>
implementation 'org.eclipse.dirigible:dirigible-components-template-hello-world:8.13.0'
implementation("org.eclipse.dirigible:dirigible-components-template-hello-world:8.13.0")
libraryDependencies += "org.eclipse.dirigible" % "dirigible-components-template-hello-world" % "8.13.0"
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-components-template-hello-world', version='8.13.0')
)
<dependency org="org.eclipse.dirigible" name="dirigible-components-template-hello-world" rev="8.13.0" />