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

org.openml.apiconnector.Main Maven / Gradle / Ivy

There is a newer version: 1.0.30
Show newest version
/*
 *  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