Download struqt-unique-id-1.0.1.jar file - Jar s

Jar examples for s:struqt-unique-id

Description

Another distributed unique ID generator inspired by Twitter's Snowflake

You can download jar file struqt-unique-id 1.0.1 in this page.

Build File

You can use the following script to add struqt-unique-id-1.0.1.jar to your project.

<dependency>
   <groupId>com.struqt</groupId>
   <artifactId>struqt-unique-id</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.struqt', name: 'struqt-unique-id', version: '1.0.1'
libraryDependencies += "com.struqt" % "struqt-unique-id" % "1.0.1"
<dependency org="com.struqt" name="struqt-unique-id" rev="1.0.1"/>
@Grapes(@Grab(group='com.struqt', module='struqt-unique-id', version='1.0.1'))
'com.struqt:struqt-unique-id:jar:1.0.1'

Download

Click the following link to download the jar file.

struqt-unique-id-1.0.1-javadoc.jar
struqt-unique-id-1.0.1-sources.jar
struqt-unique-id-1.0.1.jar
struqt-unique-id-1.0.1.pom



Related Tutorials