All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.client.dtos.MatcherGroup Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package io.split.client.dtos;

import java.util.List;

public class MatcherGroup {
    public MatcherCombiner combiner;
    public List matchers;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy