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