Unable to download hosted maven dependency while building the project

Hi All,
I have hosted a jar file in git lab repo and I have used the below configuration in pom.xml

<repository>
	<id>private_maven_repo</id>
	<name>Private Maven Repo</name>
	<url>[Repo URL]/raw/master/</url>
</repository>

<dependency>
	<groupId>[groupId]</groupId>
	<artifactId>[artifactId]</artifactId>
	<version>0.0.1</version>
</dependency>

But while building the project it is not able to download the jar file. But he same configuration is working on github.com

=========ANY HELP WILL BE APPRECIATED==========

Hi @angsdey2, what error message are you getting when you try and download the JAR?