0

I'm writting a Java library wich requires Gson to work, the problem is that if I want to distribute it I need the user to download Gson and add it to his project to be able to run my library, is there some way to include automatically Gson in my library and distribute it all together? I'm using the Netbeans IDE.

1 Answer 1

1

You can use maven dependency mechanism.

Sign up to request clarification or add additional context in comments.

1 Comment

And have a look at the appassembler plugin. mojo.codehaus.org/appassembler/appassembler-maven-plugin

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.