[Biojava-l] Regarding in issue on the openchart not found in biojava 6.0.4

Francisco José Peñarrubia fpenarru at gmail.com
Mon Jan 24 07:26:54 EST 2022


Hi Nadeem.
Yes, you can add repositories to gradle build.
Please, have a look to this link:

https://www.javatpoint.com/gradle-repository

Just edit build.gradle file and add something like


   1. repositories {
   2.     maven {
   3.         url 'https://mvnrepository.com/'
   4.     }
   5. }


Hope it helps.

Fran.

El lun, 24 ene 2022 a las 12:27, Nadeem Shakya (<
nadeem.shakya at aspenbiosciences.com>) escribió:

> Hi Francisco,
>
> Thank you for the suggestion.
>
> We'd tried that as well. We'd added *openchart* dependency to our gradle
> config. This is what we did:
>
>     // https://mvnrepository.com/artifact/openchart/openchart
>     implementation group: 'openchart', name: 'openchart', version: '1.4.2'
>
>     compile group: 'org.biojava', name: 'biojava-core', version: '6.0.4'
>     compile group: 'org.biojava', name: 'biojava-aa-prop', version: '6.0.4'
>     compile group: 'org.biojava', name: 'alignment', version: '1.9.5'
>
> However, it still gives out the error. We're guessing this is because
> *openchart* is not in *Central** Repository*, but is in *JBoss 3rd-party
> Repository.*
>
> Having said that, we would really appreciate it if you could tell us if
> there are other ways we can fix this issue.
>
> Thank you.
> Warm regards,
> --
>
> *Nadeem Shakya*
> Software Engineer
> +977 9843203311
> nadeem.shakya at aspenbiosciences.com
> www.aspenbiosciences.com
>
>
>
>

-- 
Francisco José Peñarrubia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/biojava-l/attachments/20220124/5d311fe5/attachment-0001.htm>


More information about the Biojava-l mailing list