bloxbean / cardano-client-lib

Cardano client library in Java
https://cardano-client.dev
MIT License
119 stars 51 forks source link

365 upgrade ogmios backendservice to use http api #367

Closed Kammerlo closed 8 months ago

Kammerlo commented 8 months ago

Hi,

I implemented the Kupo and Ogmios Suppliers. I had to name the packages ogmios-supplier and kupo-supplier to avoid gradle dependency matching problems. Since grade can't distinguish between :supplier:ogmios and :backend-module:ogmios since both of them have the same groupID.

So for me naming them with -supplier suffix was the best solution I found. If you have other suggestions, I would appreciate that.