Adobe Access-Enabler maven dependency
Copy link to clipboard
Copied
Has anyone else run into not being able to pull the Access-Enabler.aar from a maven repository like we could a few months back?
If so does anyone know where the Access-Enabler.aar is available in a maven repo?
Its not available at:
Copy link to clipboard
Copied
Never heard of that... what program are you using?
Copy link to clipboard
Copied
Im not sure I understand what you mean by "what program are you using". Ill try to explain my scenario a little better.
Im using Android Studio to edit an Android application and one of the dependencies is an AdobePass product called AccessEnabler.aar and most companies releasing libraries for inclusion in java applications (which is what Android applications are) have their dependencies published to a maven repo. Now adobe has a maven repository but some time back this library disappeared from it and never returned.
It used to be available in this maven repo: https://repo.adobe.com/nexus/content/groups/public
Copy link to clipboard
Copied
I do not find a forum for Adobe Android Studio, and yours is the 1st time I have ever seen that product mentioned in about a dozen years of being on the Adobe forum page, so I entered that in Google
1st result was Adobe Experience Manager Help | Set up the Android studio project and build the Android app
If that doesn't help, you might try Google to see if you can find the file you need
Copy link to clipboard
Copied
Maybe this was the wrong place to post this.
Android Studio is a product by Google/JetBrains. Im working on an Android application and it requires a third party library (Adobe Pass Access Enabler). When I need to pull in a dependency such as this most companies post their libraries to what is called a maven repository such as adobes here: https://repo.adobe.com/nexus/content/groups/public
Then when our application compiles it will pull in these dependencies and "build them into our application" so we can use said dependency and its capabilities.
One of adobes which is called Adobe Pass Access Enabler, was available in adobes maven repo previously and now its missing or moved or something. Just trying to find out how to include this without having to manually copy a library into our codebase the 1990s way.
Hope that helps

