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

com.bmc.truesight.saas.meter.client.response.model.DiscoveredPackage Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.bmc.truesight.saas.meter.client.response.model;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

@JsonDeserialize(as = ImmutableDiscoveredPackage.class)
@Value.Immutable
public abstract class DiscoveredPackage {

    public abstract String name();
    public abstract String version();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy