hsweb-module.json 295 B

12345678
  1. {
  2. "groupId": "${project.groupId}",
  3. "artifactId": "${project.artifactId}",
  4. "path": "hsweb-commons/hsweb-commons-service/hsweb-commons-service-simple",
  5. "gitCommitHash": "${git.commit.hash}",
  6. "gitRepository": "http://github.com/hs-web/hsweb-framework",
  7. "version": "${project.version}"
  8. }