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

com.northernwall.hadrian.handlers.service.dao.GetVersionData Maven / Gradle / Ivy

Go to download

Hadrian is a DevOps UI, Inventory, and Auditing system that plugs into other tools to execute actions.

There is a newer version: 1.15.2
Show newest version
package com.northernwall.hadrian.handlers.service.dao;

import java.util.LinkedList;
import java.util.List;

public class GetVersionData {
    public List artifactVersions = new LinkedList<>();
    public List configVersions = new LinkedList<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy