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

com.kenai.jffi.Version Maven / Gradle / Ivy

There is a newer version: 1.3.13
Show newest version

            package com.kenai.jffi;
            public final class Version {
                private Version() {}
                public static final int MAJOR = 1;
                public static final int MINOR = 2;
                public static final int MICRO = 0;
            }
        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy