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

.jpastreamer.analytics-standard.3.0.3.source-code.module-info Maven / Gradle / Ivy

The newest version!
import com.speedment.jpastreamer.analytics.AnalyticsReporterFactory;
import com.speedment.jpastreamer.analytics.standard.StandardAnalyticsReporterFactory;

/*
 * JPAstreamer - Express JPA queries with Java Streams
 * Copyright (c) 2020-2022, Speedment, Inc. All Rights Reserved.
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details.
 *
 * See: https://github.com/speedment/jpa-streamer/blob/master/LICENSE
 */
module jpastreamer.analytics.standard {
    requires transitive jpastreamer.analytics;
    requires com.speedment.common.rest;
    
    provides AnalyticsReporterFactory with StandardAnalyticsReporterFactory;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy