MVN

com.communicate : longid

Maven & Gradle

Mar 23, 2018
2 stars

LongId · Generates a unique ID based on milliseconds and an optional server Id.

<dependency>
    <groupId>com.communicate</groupId>
    <artifactId>longid</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.communicate : longid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.communicate : longid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
longid-1.1
1.0
longid-1.0

How to add a dependency to Maven

Add the following com.communicate : longid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.communicate</groupId>
    <artifactId>longid</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.communicate : longid gradle dependency to your build.gradle file:

implementation 'com.communicate:longid:1.1'

Gradle Kotlin DSL: Add the following com.communicate : longid gradle kotlin dependency to your build.gradle.kts file:

implementation("com.communicate:longid:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.communicate : longid sbt scala dependency to your build.sbt file:

libraryDependencies += "com.communicate" % "longid" % "1.1"

Advertisement