com.powsybl.diagram.util.PowsyblDiagramVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powsybl-diagram-util Show documentation
Show all versions of powsybl-diagram-util Show documentation
Force layout for PowSyBl Diagram
/**
* 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"));
}
}