ImageDelivery unusable in code
According to the documentation here
DynamicMediaHelper ("The Adobe AEM Quickstart and Web Application.")
the isDynamicMediaEnabled method is now deprecated and I wanted to use the ImageDelivery.isEnabled() to get the same experience and from the depfinder I see I can use the following POM dependency to get hold of the ImageDelivery class.
<dependency>
<artifactId>cq-delivery-api</artifactId>
<version>1.2.8</version>
<groupId>com.adobe.cq.dam</groupId>
<scope>provided</scope>
</dependency>
but the dependency is probably not publicly available and and am unable to use it in my code, is there a workaround in place?