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

com.checkmarx.sdk.CheckmarxSdkApplication Maven / Gradle / Ivy

There is a newer version: 0.4.47
Show newest version
package com.checkmarx.sdk;

import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
 * Enable Spring Boot autoconfiguration
 *
 * @author [email protected]
 */
@SpringBootApplication(scanBasePackages="com.checkmarx.sdk")
public class CheckmarxSdkApplication {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy