Simple JUCE drum sounds example?

I’m looking to replace Oboe by Juce on my Android app. On Oboe there is a drumthumber app (oboe/samples/drumthumper at master · google/oboe · GitHub) where it has some drum pads that play sounds when you press a button. Is there something similar for Juce?

I guess that since this is a very basic application for juce there might be something that plays audio right after I click, with the lowest latency possible.