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

com.ck.uuid.IdWorker Maven / Gradle / Ivy

There is a newer version: 2.5.3.RELEASE
Show newest version
package com.ck.uuid;

public class IdWorker {
    public static Sequence sequence = new Sequence();

    public static Long getId(){
        return sequence.nextId();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy