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

java.org.eclipse.edc.plugins.edcbuild.Versions Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
/*
 *  Copyright (c) 2024 Contributors to the Eclipse Foundation
 *
 *  This program and the accompanying materials are made available under the
 *  terms of the Apache License, Version 2.0 which is available at
 *  https://www.apache.org/licenses/LICENSE-2.0
 *
 *  SPDX-License-Identifier: Apache-2.0
 *
 *  Contributors:
 *       Contributors to the Eclipse Foundation - initial API and implementation
 *
 */

package org.eclipse.edc.plugins.edcbuild;
public interface Versions {
    String ASSERTJ = "3.26.3";
    String CHECKSTYLE = "10.18.1";
    String JAKARTA_WS_RS = "4.0.0";
    String JUPITER = "5.11.0";
    String MOCKITO = "5.13.0";
    String SWAGGER = "2.2.22";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy