MVN

com.stun4j : stun4j-guid-core

Maven & Gradle

Jan 22, 2023

Stun4J Guid Core · Global unique id generator,distributed,customizable semantics,ultra fast,easy to use

<dependency>
    <groupId>com.stun4j</groupId>
    <artifactId>stun4j-guid-core</artifactId>
    <version>2.0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stun4j : stun4j-guid-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1.1

All Versions

Choose a version of com.stun4j : stun4j-guid-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • stun4j-guid-core-2.0.1.1

    Jan 22, 2023
  • stun4j-guid-core-2.0.1

    Jan 20, 2023
  • stun4j-guid-core-2.0.0

    Aug 21, 2022
  • stun4j-guid-core-1.2.2.1

    Apr 29, 2022
  • stun4j-guid-core-1.2.2

    Apr 16, 2022
  • stun4j-guid-core-1.2.1.1

    Apr 16, 2022
  • stun4j-guid-core-1.2.1

    Apr 15, 2022
  • stun4j-guid-core-1.2.0

    Apr 15, 2022

How to add a dependency to Maven

Add the following com.stun4j : stun4j-guid-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stun4j</groupId>
    <artifactId>stun4j-guid-core</artifactId>
    <version>2.0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stun4j : stun4j-guid-core gradle dependency to your build.gradle file:

implementation 'com.stun4j:stun4j-guid-core:2.0.1.1'

Gradle Kotlin DSL: Add the following com.stun4j : stun4j-guid-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stun4j:stun4j-guid-core:2.0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stun4j : stun4j-guid-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stun4j" % "stun4j-guid-core" % "2.0.1.1"