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

com.powsybl.diagram.util.PowsyblDiagramVersion Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
/**
 * Copyright (c) 2022, RTE (http://www.rte-france.com)
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package com.powsybl.diagram.util;

import com.google.auto.service.AutoService;
import com.powsybl.tools.*;

/**
 * @author Florian Dupuy {@literal }
 */
@AutoService(Version.class)
public class PowsyblDiagramVersion extends AbstractVersion {

    public PowsyblDiagramVersion() {
        super("powsybl-diagram", "4.6.2", "4c5fa3f456f82cb10adcf12454d1fadc40efca5b", "UNKNOWN", Long.parseLong("1730842688881"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy