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