For an invite to the Groovy Community Slack, please email groovycommunityslack@gmail.com
or contact someone already in the group to ask for an invite.
By emailing us for an invite, you agree to the
Code of Conduct
and Apache Groovy Community Slack Processes. Please read carefully
before submitting.
Please note: This community is a privately run community and is not affiliated with the official Apache Groovy project.
document.documentElement.classList.remove('no-js');document.addEventListener('DOMContentLoaded',function(){var lazyImages=[].slice.call(document.querySelectorAll('img[loading="lazy"]'));if('IntersectionObserver' in window){var lazyImageObserver=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(entry.isIntersecting){var lazyImage=entry.target;lazyImage.classList.add('loaded');lazyImageObserver.unobserve(lazyImage)}})});lazyImages.forEach(function(lazyImage){lazyImageObserver.observe(lazyImage)})}else{lazyImages.forEach(function(img){img.classList.add('loaded')})}});