Library implementing the did:web Method Specification and performs resolution of a did:web identifier.
Add the following repository to your maven pom.xml
<repositories>
<repository>
<id>CredenceID-maven-release</id>
<url>https://nexus.credenceid.com/repository/maven-releases/</url>
</repository>
</repositories>
Add the following dependency to your maven pom.xml
<dependency>
<groupId>com.credenceid</groupId>
<artifactId>web-did-resolver</artifactId>
<version>${web-did-resolver.version}</version>
</dependency>
uniresolver.openapi.model.ResolutionResult resolutionResult = com.credenceid.didresolver.service.DidResolverService.resolveDID("did:web:dhs-svip.github.io:ns:uscis:oidp")