MVN

com.chatwork : scala-ulid_2.12

Maven & Gradle

Nov 27, 2021
13 stars

scala-ulid · scala-ulid

<dependency>
    <groupId>com.chatwork</groupId>
    <artifactId>scala-ulid_2.12</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chatwork : scala-ulid_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of com.chatwork : scala-ulid_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
scala-ulid_2.12-1.0.24
scala-ulid_2.12-1.0.23
scala-ulid_2.12-1.0.22
scala-ulid_2.12-1.0.21
scala-ulid_2.12-1.0.20
scala-ulid_2.12-1.0.19
scala-ulid_2.12-1.0.18
scala-ulid_2.12-1.0.17
scala-ulid_2.12-1.0.16
scala-ulid_2.12-1.0.15
scala-ulid_2.12-1.0.14
scala-ulid_2.12-1.0.13
scala-ulid_2.12-1.0.12
scala-ulid_2.12-1.0.11
scala-ulid_2.12-1.0.10
scala-ulid_2.12-1.0.9
scala-ulid_2.12-1.0.8
scala-ulid_2.12-1.0.7
scala-ulid_2.12-1.0.6
scala-ulid_2.12-1.0.5
scala-ulid_2.12-1.0.4
scala-ulid_2.12-1.0.3
scala-ulid_2.12-1.0.2
scala-ulid_2.12-1.0.1

How to add a dependency to Maven

Add the following com.chatwork : scala-ulid_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chatwork</groupId>
    <artifactId>scala-ulid_2.12</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chatwork : scala-ulid_2.12 gradle dependency to your build.gradle file:

implementation 'com.chatwork:scala-ulid_2.12:1.0.24'

Gradle Kotlin DSL: Add the following com.chatwork : scala-ulid_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chatwork:scala-ulid_2.12:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chatwork : scala-ulid_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chatwork" % "scala-ulid_2.12" % "1.0.24"

Advertisement