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

io.atomicbits.scraml.gradleplugin.Platform Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.atomicbits.scraml.gradleplugin;

/**
 * Created by peter on 22/10/17.
 */
public class Platform {

    public static String JAVA_JACKSON = "JavaJackson";
    public static String SCALA_PLAY = "ScalaPlay";
    public static String ANDROID_JAVA_JACKSON = "AndroidJavaJackson";
    public static String OSX_SWIFT = "OsxSwift";
    public static String PYTHON = "Python";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy