For example, to patch io.netty:netty-transport-native-epoll with classifier linux-x86_64 you have to use the file name:
module("netty-transport-native-epoll-4.1.87.Final-linux-x86_64.jar", "io.netty.transport.epoll.linux.x86_64")
It should be possible to do it like this:
module("io.netty:netty-transport-native-epoll|linux-x86_64", "io.netty.transport.epoll.linux.x86_64")
For example, to patch
io.netty:netty-transport-native-epollwith classifierlinux-x86_64you have to use the file name:It should be possible to do it like this: