MVN

com.stun4j : stun4j-guid-core

Maven & Gradle

Jan 22, 2023
3 stars

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 Vulnerabilities Updated
2.0.x
stun4j-guid-core-2.0.1.1
stun4j-guid-core-2.0.1
stun4j-guid-core-2.0.0
1.2.x
stun4j-guid-core-1.2.2.1
stun4j-guid-core-1.2.2
stun4j-guid-core-1.2.1.1
stun4j-guid-core-1.2.1
stun4j-guid-core-1.2.0

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"

Advertisement