jar

com.chilipotato.springboot : aries

Maven & Gradle

Jul 15, 2020
0 stars

aries · Aries is a service for generating unique IDs at high scale with some simple guarantees. These IDs are unique 64-bit unsigned integers, which are based on time, instead of being sequential. The full ID is composed of a timestamp, a project number, a node number, and a sequence number.

Table Of Contents

Latest Version

Download com.chilipotato.springboot : aries JAR file - Latest Versions:

All Versions

Download com.chilipotato.springboot : aries JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window aries-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.chilipotato.springboot.aries.annotation

├─ com.chilipotato.springboot.aries.annotation.EnableAries.class - [JAR]

com.chilipotato.springboot.aries

├─ com.chilipotato.springboot.aries.IdWorker.class - [JAR]

├─ com.chilipotato.springboot.aries.IdWorkerConfigBean.class - [JAR]