Software Development
maven jar configuration java | Java | Tuesday May 20, 2008 | By Ryan Bohn
If you are using Maven, it's inevitable that you will end up having a dependency on a jar that can't be found in any existing Maven repository. You could manually deploy the jar yourself. However, you would need to create an md5 checksum of the jar...
