com.powsybl.afs.PowsyblAfsVersion Maven / Gradle / Ivy
/*
* Copyright (c) 2020, 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.afs;
import com.google.auto.service.AutoService;
import com.powsybl.tools.AbstractVersion;
import com.powsybl.tools.Version;
/**
* @author Paul Bui-Quang
*/
@AutoService(Version.class)
public class PowsyblAfsVersion extends AbstractVersion {
public PowsyblAfsVersion() {
super("powsybl-afs", "5.0.2", "78e53543b478ba1f411bac76e5a7e133f73a3884", "UNKNOWN", Long.parseLong("1670600962184"));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy