We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an easy to use maven dependency
The text was updated successfully, but these errors were encountered:
The library was added to the nurio's repository but with some smelly things that I've to review in the future.
These dependencies were added to the repository's pom file. Is this well?
<dependencies> <!-- https://mvnrepository.com/artifact/dnsjava/dnsjava --> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> <version>2.1.1</version> </dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.10.0.pr1</version> </dependency> </dependencies>
Sorry, something went wrong.
nuriofernandez
No branches or pull requests
Provide an easy to use maven dependency
The text was updated successfully, but these errors were encountered: