Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 707 Bytes

dn-common

Common library

Step to create library

  1. Create account on https://issues.sonatype.org/
  2. Create issue ticket and waiting for approval
  • Type NewProject
  • GroupId io.github.nghiandd84
  • ....
  1. Install GNUPG tool at https://gnupg.org/download/
  2. Create secret phrase "gpg --gen-key"
  3. Send secret key
  1. Build deploy: mvn clean deploy -P release

Use common-core

<dependency>
    <groupId>io.github.nghiandd84</groupId>
    <artifactId>common-core</artifactId>
    <version>0.0.1</version>
</dependency>