org.openml.apiconnector.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiconnector Show documentation
Show all versions of apiconnector Show documentation
Ancestor for API connector libraries for specific frameworks.
/*
* OpenmlApiConnector - Java integration of the OpenML Web API
* Copyright (C) 2014
* @author Jan N. van Rijn ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
*/
package org.openml.apiconnector;
public class Main {
public static void main( String[] args ) throws Exception {
System.out.println("OpenmlConnector v1.0.x\n" );
System.out.println("Licence: GNU General Public License v3");
System.out.println("You should have received a copy of the GNU General Public License along\nwith this program. If not, see \n" );
System.out.println("Developed by: Jan N. van Rijn ([email protected])\n");
System.out.println("Usage: Include this library in your project\n");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy