I searched for:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.2.0</version>
</dependency>
And found it at this site. It provides 2 links, one to mvnsearch and second for bintray. mvnsearch
does not work while bintray
can be opened without any authentication process. It doesn't prompt for a username or password. So does bintray provide this dependency for free or there will be a problem when jar downloaded several times?