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