03-21-2018 08:09 AM
I was working with Alfresco Java Client API from alfresco-client-sdk/client-java/alfresco-java-client at master · Alfresco/alfresco-client-sdk · GitH...
I had to clean my local maven repository, and when I tried to download it again, the maven dependency was missing:
<dependency> <groupId>org.alfresco.client</groupId> <artifactId>alfresco-java-client</artifactId> <version>1.0.0-beta1</version> </dependency>
I can't find it anymore in Maven Repository which is a problem for me because all my current project was based on that API. I know it was a beta, but it worked great.
Is something temporal? Any suggestions?
03-21-2018 01:15 PM
How about downloading the project's source code and using maven to package and install it locally for you?
I tried to find the artifacts online for you, but I could not find any one.
03-22-2018 12:19 AM
Yes, thats what I thought just after write this post.
Problem solved!
Thans!
Explore our Alfresco products with the links below. Use labels to filter content by product module.