This maven project pom.xml, and also the Direct Project Stock project, references an "org.nhind" dependency for which the source code is not found in this GitHub organization. Or perhaps the repo is not public:
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>direct-jce-providers</artifactId>
<version>1.0</version>
<exclusions>...</exclusions>
</dependency>
This artifact was published (with source) publicly in 2016 and is currently available from Maven Central: direct-jce-providers. One would think it should be found in the DirectProjectJavaRI organization as well.
This maven project pom.xml, and also the Direct Project Stock project, references an "org.nhind" dependency for which the source code is not found in this GitHub organization. Or perhaps the repo is not public:
This artifact was published (with source) publicly in 2016 and is currently available from Maven Central: direct-jce-providers. One would think it should be found in the DirectProjectJavaRI organization as well.