GermanPostalCode Plugin
Dependency :
compile ":german-postal-code:0.1"
Summary
Installation
grails install-plugin german-postal-code
Description
GermanPostalCode Plugin
Author: Björn Wilmsmann, MetaSieveUsage
GermanPostalCode is a plugin that allows you to find and check German postal codes (PLZ). It is built upon the PlzFinder service.The plugin provides a GermanPostalCodeService that can be injected into Grails artefacts as usual:def germanPostalCodeService
assert ['10997'] == germanPostalCodeService.findPostalCodes('10997')
assert ['48431', '48432'] == germanPostalCodeService.findPostalCodes('4843*')
assert true == germanPostalCodeService.checkPostalCode('46242')