com.apigee.mgmtapi.sdk.core.App Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apigee-config-maven-plugin Show documentation
Show all versions of apigee-config-maven-plugin Show documentation
Plugin to manage configuration in Apigee
package com.apigee.mgmtapi.sdk.core;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}