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

io.split.client.dtos.DependencyMatcherData 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 DependencyMatcherData {
    public String split;
    public List treatments;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy