How to generate a callable library from the Jexer master repository

Answered

Hi,

 

I loaded this library 

 

https://gitlab.com/AutumnMeowMeow/jexer/-/tree/master

 

into Intellij Ultimate, and imported with the Maven option (Eclipse was another option).

After building, it didn't generate a jar that I could call from a Groovy or Java module.

How can I get something that's callable from another project?

 

 

 

 

 

 

0
2 comments

To get a ready-to-use library you need to create an artifact under "File | Project Structure | Artifacts" and build it using "Build | Build Artifacts..." Please see https://www.jetbrains.com/help/idea/working-with-artifacts.html#configure_artifact for more information

1

Please sign in to leave a comment.