Alfresco Java Client Maven dependecy missing?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2018 11: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?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2018 04: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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018 03:19 AM
Yes, thats what I thought just after write this post.
Problem solved!
Thans!
