Skip to content

Mavel project with local library dependency with Java 10 and JUnit 5

License

Notifications You must be signed in to change notification settings

project-starter-kits/maven-local-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Project with local library JAR

Starter kit with a maven project POM with one library (JAR) included as a local dependency, committed with the project.

There may be some libraries which are legacy libraries or which are not available in maven central which can be included in maven projects by copying them to a local lib folder to keep them with the source code.

Copying binary JAR files in project is not recommended and this shall be used as a last option for including the dependencies in the project.

Stack Included

  • Java 10
  • Junit 5

About

Mavel project with local library dependency with Java 10 and JUnit 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published