# SpinalTemplateSbtDependencies **Repository Path**: peasent/SpinalTemplateSbtDependencies ## Basic Information - **Project Name**: SpinalTemplateSbtDependencies - **Description**: An SpinalHDL project example which use VexRiscv git as a dependency - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: superproject - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README In the case where https://github.com/SpinalHDL/SpinalTemplateSbt isn't enough because you want to include some third party SBT project (local or from remote on a git repository), you can use this SpinalTemplateSbtDependencies as a template. For instance this SpinalTemplateSbtDependencies repo depend on https://github.com/SpinalHDL/VexRiscv/tree/master/src/main/scala/vexriscv. The only difference with the https://github.com/SpinalHDL/SpinalTemplateSbt are in the https://github.com/SpinalHDL/SpinalTemplateSbtDependencies/blob/superproject/build.sbt file. Just look at it, it is straight forward. To get to repository, do not forget to clone it recursively : ```sh git clone https://github.com/SpinalHDL/SpinalTemplateSbtDependencies.git --recursive ```