google-nomulus/common
gbrodman 2a502261bb Use the new IANA url for registrar RDAP base URLs (#1703)
Fortunately this no longer requires a log-in, we can just send a GET
request and receive a CSV result in return.

This also adds the apache-commons CSV parser to the dependencies

See https://b.corp.google.com/issues/237784559 for more details
2022-07-12 14:02:38 -04:00
..
gradle/dependency-locks Use the new IANA url for registrar RDAP base URLs (#1703) 2022-07-12 14:02:38 -04:00
src Remove version pin for java-diff-utils dependency (#1667) 2022-06-13 10:35:51 -04:00
build.gradle Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

Summary

This project holds some of the general-purpose utility classes that do not rely on the registry domain model.

This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.