dnanexus / wdlTools

WDL tools for parsing, type-checking, and more
Apache License 2.0
25 stars 7 forks source link

How to call womtool in a Java web project. #247

Closed wsl-ylhy closed 1 year ago

wsl-ylhy commented 1 year ago

Hello, I saw that you have packages stored in the Maven repository. Can I call the API in a Java web project?

Gvaihir commented 1 year ago

We stopped publishing on Maven after 0.17.1, using GH packages now. Whether you can - that's up to how you designed your project. wdlTools is a scala library, check the compatibility for your code when injecting dependencies in the Java source. Good luck!