src Revert commit: d65adf9 5 years ago
.gitignore release 6 years ago
LICENSE spit uid.utils 6 years ago
README.md Update README.md 5 years ago
pom.xml Update pom.xml 5 years ago
README.md

uid.database

pom.xml:

  1. in repositories section:

     <repository>
         <id>ua.net.uid.releases</id>
         <url>https://git.uid.net.ua/maven/releases/</url>
     </repository>
  2. in dependencies section:

     <dependency>
         <groupId>ua.net.uid</groupId>
         <artifactId>uid.database</artifactId>
         <version>1.0.1</version>
     </dependency>