Hi,
I downloaded asset share commons ui.apps, ui content packages(1.9.4) in crxd using package manager in aem instance.
I have a maven project to this I added asset share commons dependencies with 1.6.10 version like this
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.core</artifactId>
<version>1.6.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.ui.apps</artifactId>
<version>1.6.10</version>
<scope>provided</scope>
<type>content-package</type>
</dependency>
will this version(1.6.10) works fine because in crxd I downloaded asset share commons 1.9.4 version please help me on this.