jar

com.github.zhycn : xbird-starter-id

Maven & Gradle

Aug 13, 2018
1 usages
216 stars

Distributed ID · A Distributed ID Generator for Spring Boot.

Table Of Contents

Latest Version

Download com.github.zhycn : xbird-starter-id JAR file - Latest Versions:

All Versions

Download com.github.zhycn : xbird-starter-id JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
Better.SR1

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 xbird-starter-id-Better.SR1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zhycn.id.repository

├─ com.github.zhycn.id.repository.LeafSegmentRepository.class - [JAR]

com.github.zhycn.id.autoconfigure

├─ com.github.zhycn.id.autoconfigure.IdAutoConfiguration.class - [JAR]

├─ com.github.zhycn.id.autoconfigure.LeafSegmentProperties.class - [JAR]

├─ com.github.zhycn.id.autoconfigure.SnowflakeProperties.class - [JAR]

com.github.zhycn.id.boot

├─ com.github.zhycn.id.boot.LeafSegmentConfiguration.class - [JAR]

com.github.zhycn.id.service

├─ com.github.zhycn.id.service.LeafSegmentID.class - [JAR]

├─ com.github.zhycn.id.service.OneTimePasswordID.class - [JAR]

├─ com.github.zhycn.id.service.RandomID.class - [JAR]

├─ com.github.zhycn.id.service.SnowflakeID.class - [JAR]

├─ com.github.zhycn.id.service.UrlShortenerID.class - [JAR]

├─ com.github.zhycn.id.service.package-info.class - [JAR]

com.github.zhycn.id.annotations

├─ com.github.zhycn.id.annotations.EnableLeafSegment.class - [JAR]

com.github.zhycn.id.factory

├─ com.github.zhycn.id.factory.LeafSegmentFactory.class - [JAR]

├─ com.github.zhycn.id.factory.LeafSnowflakeFactory.class - [JAR]

├─ com.github.zhycn.id.factory.OneTimePasswordFactory.class - [JAR]

├─ com.github.zhycn.id.factory.RandomFactory.class - [JAR]

├─ com.github.zhycn.id.factory.TwitterSnowflakeFactory.class - [JAR]

├─ com.github.zhycn.id.factory.UrlShortenerFactory.class - [JAR]

com.github.zhycn.id.factory.support

├─ com.github.zhycn.id.factory.support.GoogleAuthenticator.class - [JAR]

├─ com.github.zhycn.id.factory.support.GoogleAuthenticatorConfig.class - [JAR]

├─ com.github.zhycn.id.factory.support.GoogleAuthenticatorException.class - [JAR]

├─ com.github.zhycn.id.factory.support.GoogleAuthenticatorKey.class - [JAR]

├─ com.github.zhycn.id.factory.support.HmacHashFunction.class - [JAR]

├─ com.github.zhycn.id.factory.support.IGoogleAuthenticator.class - [JAR]

├─ com.github.zhycn.id.factory.support.KeyRepresentation.class - [JAR]

├─ com.github.zhycn.id.factory.support.LeafSegment.class - [JAR]

├─ com.github.zhycn.id.factory.support.LeafSegmentAware.class - [JAR]

├─ com.github.zhycn.id.factory.support.LeafSegmentPostProccessor.class - [JAR]

├─ com.github.zhycn.id.factory.support.ReseedingSecureRandom.class - [JAR]

├─ com.github.zhycn.id.factory.support.TOTP.class - [JAR]

com.github.zhycn.id.domain

├─ com.github.zhycn.id.domain.LeafSegmentEntity.class - [JAR]

Advertisement